Class CacheWriterIntegration<K,V>

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

public class CacheWriterIntegration<K,V> extends Object
Manages write-through and write-behind cache strategies.