Uses of Interface
com.loomcache.client.cache.CacheLoader
Packages that use CacheLoader
-
Uses of CacheLoader in com.loomcache.client.cache
Constructors in com.loomcache.client.cache with parameters of type CacheLoaderModifierConstructorDescriptionReadThroughCache(NearCache<K, V> nearCache, CacheLoader<K, V> loader) Create a new read-through cache.