Class CacheLoaderIntegration<K,V>

java.lang.Object
com.loomcache.server.jcache.CacheLoaderIntegration<K,V>
Type Parameters:
K - the key type
V - the value type

public class CacheLoaderIntegration<K,V> extends Object
Manages read-through and bulk cache loading strategies.