Uses of Interface
com.loomcache.server.jcache.CacheLoaderIntegration.BackingStoreLoader
Packages that use CacheLoaderIntegration.BackingStoreLoader
-
Uses of CacheLoaderIntegration.BackingStoreLoader in com.loomcache.server.jcache
Constructors in com.loomcache.server.jcache with parameters of type CacheLoaderIntegration.BackingStoreLoaderModifierConstructorDescriptionCreate a loader with single-key loading.CacheLoaderIntegration(CacheLoaderIntegration.BackingStoreLoader<K, V> loader, CacheLoaderIntegration.BackingStoreBulkLoader<K, V> bulkLoader) Create a loader with both single-key and bulk loading.