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 JKMapJKTimedAndSizeCacheManager.createCacheMap()This method constructs a newJKMapinstance with the defaultmaxCountandtimeInSecondsspecified 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 TypeClassDescriptionclassJKGuavaCacheWrapper<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.classJKMapWrapper<K,V> This class represents a wrapper class that storesJKMapentries and provides the necessary method to interact with and access the cache stored within.