Uses of Interface
com.jk.core.cache.JKValueLoader
Packages that use JKValueLoader
-
Uses of JKValueLoader in com.jk.core.cache
Methods in com.jk.core.cache with parameters of type JKValueLoaderModifier and TypeMethodDescriptiondefault <T> T
JKCacheManager.get
(Object key, Class<T> clas, JKValueLoader<Object, T> loader) This method gets the cached data associated with the specified key, and stored in the specified data container type.