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 JKCacheManagerJKCacheFactory.getCacheManager()This method provides a suitableJKCacheManagerinstance.static JKCacheManagerJKCacheFactory.getCacheManager(String region) This method grabs a suitableJKCacheManagerfrom the given region. -
Uses of JKCacheManager in com.jk.core.cache.impl
Classes in com.jk.core.cache.impl that implement JKCacheManagerModifier and TypeClassDescriptionclassThis 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 TypeClassDescriptionclassThis abstract class provides a base implementation for cache management.classThis class extendsJKAbstractCacheManagerclass.