Uses of Interface
com.jk.core.collections.JKMap
Packages that use JKMap
Package
Description
-
Uses of JKMap in com.jk.core.cache
Methods in com.jk.core.cache that return JKMapModifier and TypeMethodDescriptionJKCacheManager.getCachableMap
(Class<?> clas) This method gets the cached data container as a map. -
Uses of JKMap in com.jk.core.cache.impl
Methods in com.jk.core.cache.impl that return JKMapModifier and TypeMethodDescriptionprotected JKMap
JKTimedAndSizeCacheManager.createCacheMap()
This method constructs a newJKMap
instance with the defaultmaxCount
andtimeInSeconds
specified usingCacheBuilder
-
Uses of JKMap in com.jk.core.cache.simple
Methods in com.jk.core.cache.simple that return JKMapModifier and TypeMethodDescriptionJKAbstractCacheManager.createCacheMap()
This method creates a new cache map for theJKAbstractCacheManager
.JKAbstractCacheManager.getCachableMap
(Class<?> clas) This method gets the cached data container as a map. -
Uses of JKMap in com.jk.core.collections.map
Classes in com.jk.core.collections.map that implement JKMapModifier and TypeClassDescriptionclass
JKGuavaCacheWrapper<K,
V> This class represents a wrapper class that stores cache entries and provides the necessary method to interact with and access the cache stored within.class
JKMapWrapper<K,
V> This class represents a wrapper class that storesJKMap
entries and provides the necessary method to interact with and access the cache stored within.