public abstract static class ForwardingCache.SimpleForwardingCache<K,V> extends ForwardingCache<K,V>
A simplified version of ForwardingCache where subclasses can pass in an already constructed Cache as the delegate.
ForwardingCache.SimpleForwardingCache<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
SimpleForwardingCache(Cache<K,V> delegate) |
| Modifier and Type | Method and Description |
|---|---|
protected Cache<K,V> |
delegate() |
asMap, cleanUp, get, getAllPresent, getIfPresent, invalidate, invalidateAll, invalidateAll, put, putAll, size, statstoString