public abstract static class Caches.CacheProxy<K,V extends java.io.Serializable> extends java.lang.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) |
public CacheProxy()