public class FileDataCacheManager extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CACHE_NAME |
Constructor and Description |
---|
FileDataCacheManager() |
Modifier and Type | Method and Description |
---|---|
static org.ehcache.Cache<String,BinaryCacheModel> |
getCache() |
static <E extends IAbstractDateiData,T extends IFileProviding<E>> |
getEntryKey(T entity) |
static long |
getMaxDiskSize() |
static long |
getMaxHeapSize() |
static long |
getTimeToIdle() |
static void |
init() |
static void |
shutdown()
Removes all EH caches.
|
public static final String CACHE_NAME
public static void init()
public static <E extends IAbstractDateiData,T extends IFileProviding<E>> String getEntryKey(T entity)
public static long getMaxHeapSize()
public static long getMaxDiskSize()
public static long getTimeToIdle()
public static org.ehcache.Cache<String,BinaryCacheModel> getCache()
public static void shutdown()
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.