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