Uses of Class
com.xxl.tool.cache.iface.CacheLoader
Packages that use CacheLoader
-
Uses of CacheLoader in com.xxl.tool.cache
Fields in com.xxl.tool.cache declared as CacheLoaderMethods in com.xxl.tool.cache with parameters of type CacheLoader -
Uses of CacheLoader in com.xxl.tool.cache.iface
Methods in com.xxl.tool.cache.iface with parameters of type CacheLoader -
Uses of CacheLoader in com.xxl.tool.cache.impl
Fields in com.xxl.tool.cache.impl declared as CacheLoaderMethods in com.xxl.tool.cache.impl with parameters of type CacheLoaderModifier and TypeMethodDescriptionNoCache.get(K key, CacheLoader<K, V> cacheLoader) ReentrantCache.get(K key, CacheLoader<K, V> cacheLoader) ReentrantCache.setLoader(CacheLoader<K, V> loader)