Package de.xima.fc.api.cache
Class LicenseCacheManager
- java.lang.Object
 - 
- de.xima.fc.api.cache.LicenseCacheManager
 
 
- 
@Deprecated public class LicenseCacheManager extends Object
Deprecated. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringCACHE_NAMEDeprecated. 
- 
Constructor Summary
Constructors Constructor Description LicenseCacheManager()Deprecated. 
- 
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static org.ehcache.Cache<String,LicenseCacheModel>getCache()Deprecated.static StringgetEntryKey(String licenseKey)Deprecated.static longgetMaxDiskSize()Deprecated.static longgetMaxHeapSize()Deprecated.static longgetTimeToIdle()Deprecated.static voidinit()Deprecated.static voidreinit()Deprecated.static voidshutdown()Deprecated. 
 - 
 
- 
- 
Field Detail
- 
CACHE_NAME
@Deprecated public static final String CACHE_NAME
Deprecated.- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
init
@Deprecated public static void init()
Deprecated. 
- 
getEntryKey
@Deprecated public static String getEntryKey(String licenseKey)
Deprecated. 
- 
getMaxHeapSize
@Deprecated public static long getMaxHeapSize()
Deprecated. 
- 
getMaxDiskSize
@Deprecated public static long getMaxDiskSize()
Deprecated. 
- 
getTimeToIdle
@Deprecated public static long getTimeToIdle()
Deprecated. 
- 
getCache
@Deprecated public static org.ehcache.Cache<String,LicenseCacheModel> getCache()
Deprecated. 
- 
shutdown
@Deprecated public static void shutdown()
Deprecated. 
- 
reinit
@Deprecated public static void reinit()
Deprecated. 
 - 
 
 -