|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ForwardingCache | |
---|---|
com.google.common.cache | This package contains caching utilities. |
Uses of ForwardingCache in com.google.common.cache |
---|
Subclasses of ForwardingCache in com.google.common.cache | |
---|---|
static class |
ForwardingCache.SimpleForwardingCache<K,V>
A simplified version of ForwardingCache where subclasses can pass in an already
constructed Cache as the delegete. |
class |
ForwardingLoadingCache<K,V>
A cache which forwards all its method calls to another cache. |
static class |
ForwardingLoadingCache.SimpleForwardingLoadingCache<K,V>
A simplified version of ForwardingLoadingCache where subclasses can pass in an already
constructed LoadingCache as the delegete. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |