public class Cache extends Object
| Constructor and Description |
|---|
Cache() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
addToCacheIndex(String key,
String value) |
static File |
getCacheBaseDir() |
protected static File |
getCacheIndexFile() |
static String |
getChecksum(org.jboss.shrinkwrap.api.Archive<?> archive) |
static org.jboss.shrinkwrap.api.Archive<?> |
getFromCache(org.jboss.shrinkwrap.api.Archive<?> keyArchive) |
protected static Map<String,String> |
loadCacheIndex() |
protected static void |
storeInCache(org.jboss.shrinkwrap.api.Archive<?> keyArchive,
org.jboss.shrinkwrap.api.Archive<?> archiveToCache) |
public static File getCacheBaseDir()
protected static File getCacheIndexFile()
public static String getChecksum(org.jboss.shrinkwrap.api.Archive<?> archive)
public static org.jboss.shrinkwrap.api.Archive<?> getFromCache(org.jboss.shrinkwrap.api.Archive<?> keyArchive)
protected static void storeInCache(org.jboss.shrinkwrap.api.Archive<?> keyArchive,
org.jboss.shrinkwrap.api.Archive<?> archiveToCache)
Copyright © 2016. All rights reserved.