Uses of Interface
com.jk.core.cache.JKCacheManager
Packages that use JKCacheManager
-
Uses of JKCacheManager in com.jk.core.cache
Methods in com.jk.core.cache that return JKCacheManagerModifier and TypeMethodDescriptionstatic JKCacheManager
JKCacheFactory.getCacheManager()
This method provides a suitableJKCacheManager
instance.static JKCacheManager
JKCacheFactory.getCacheManager
(String region) This method grabs a suitableJKCacheManager
from the given region. -
Uses of JKCacheManager in com.jk.core.cache.impl
Classes in com.jk.core.cache.impl that implement JKCacheManagerModifier and TypeClassDescriptionclass
This class provides suitable methods used for caching and retrieval of data with specified life time while limiting the cache to certain number of entries. -
Uses of JKCacheManager in com.jk.core.cache.simple
Classes in com.jk.core.cache.simple that implement JKCacheManagerModifier and TypeClassDescriptionclass
This abstract class provides a base implementation for cache management.class
This class extendsJKAbstractCacheManager
class.