public abstract static class Caches.CacheProxy<K,V extends Serializable> extends Object
Modifier and Type | Field and Description |
---|---|
private org.apache.commons.jcs.access.CacheAccess<K,V> |
cache |
Constructor and Description |
---|
CacheProxy() |
Modifier and Type | Method and Description |
---|---|
protected abstract org.apache.commons.jcs.access.CacheAccess<K,V> |
createNewCache() |
V |
get(K key) |
void |
put(K key,
V value) |
private final org.apache.commons.jcs.access.CacheAccess<K,V extends Serializable> cache
public CacheProxy()
protected abstract org.apache.commons.jcs.access.CacheAccess<K,V> createNewCache() throws IOException
IOException