Package de.xima.fc.api.cache
Class GenericDataCacheManager
java.lang.Object
de.xima.fc.api.cache.GenericDataCacheManager
- Direct Known Subclasses:
FileDataCacheManager
Deprecated.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.ehcache.Cache<String,
ACacheModel> getCache()
Deprecated.static <T extends de.xima.cmn.dao.interfaces.IEntity<?>>
StringgetEntryKey
(T entity) Deprecated.static long
Deprecated.static long
Deprecated.static long
Deprecated.static void
init()
Deprecated.static void
reinit()
Deprecated.static void
shutdown()
Deprecated.
-
Field Details
-
CACHE_NAME
Deprecated.- See Also:
-
-
Constructor Details
-
GenericDataCacheManager
public GenericDataCacheManager()Deprecated.
-
-
Method Details
-
init
Deprecated. -
getEntryKey
@Deprecated public static <T extends de.xima.cmn.dao.interfaces.IEntity<?>> String getEntryKey(T entity) Deprecated. -
getMaxHeapSize
Deprecated. -
getMaxDiskSize
Deprecated. -
getTimeToIdle
Deprecated. -
getCache
Deprecated. -
shutdown
Deprecated. -
reinit
Deprecated.
-