public class GenericDataCacheManager extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CACHE_NAME |
Constructor and Description |
---|
GenericDataCacheManager() |
Modifier and Type | Method and Description |
---|---|
static org.ehcache.Cache<String,ACacheModel> |
getCache() |
static <T extends de.xima.cmn.dao.interfaces.IEntity<?>> |
getEntryKey(T entity) |
static long |
getMaxDiskSize() |
static long |
getMaxHeapSize() |
static long |
getTimeToIdle() |
static void |
init() |
static void |
reinit()
Reinitialize cache after configuration change
|
static void |
shutdown()
Removes all EH caches.
|
public static final String CACHE_NAME
public static void init()
public static <T extends de.xima.cmn.dao.interfaces.IEntity<?>> String getEntryKey(T entity)
public static long getMaxHeapSize()
public static long getMaxDiskSize()
public static long getTimeToIdle()
public static org.ehcache.Cache<String,ACacheModel> getCache()
public static void shutdown()
public static void reinit()
Copyright © 2021 XIMA MEDIA GmbH. All rights reserved.