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