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