Package com.google.common.cache
Class ForwardingCache.SimpleForwardingCache<K,V>
- java.lang.Object
 - 
- com.google.common.collect.ForwardingObject
 - 
- com.google.common.cache.ForwardingCache<K,V>
 - 
- com.google.common.cache.ForwardingCache.SimpleForwardingCache<K,V>
 
 
 
 
- 
- All Implemented Interfaces:
 Cache<K,V>
- Enclosing class:
 - ForwardingCache<K,V>
 
@Beta public abstract static class ForwardingCache.SimpleForwardingCache<K,V> extends ForwardingCache<K,V>
A simplified version ofForwardingCachewhere subclasses can pass in an already constructedCacheas the delegete.- Since:
 - 10.0
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class com.google.common.cache.ForwardingCache
ForwardingCache.SimpleForwardingCache<K,V> 
 - 
 
- 
Method Summary
- 
Methods inherited from class com.google.common.cache.ForwardingCache
asMap, cleanUp, get, getAllPresent, getIfPresent, invalidate, invalidateAll, invalidateAll, put, putAll, size, stats 
- 
Methods inherited from class com.google.common.collect.ForwardingObject
toString 
 - 
 
 -