static class |
ForwardingCache.SimpleForwardingCache<K,V> |
A simplified version of ForwardingCache where subclasses can pass in an already
constructed Cache as the delegate.
|
class |
ForwardingLoadingCache<K,V> |
A cache which forwards all its method calls to another cache.
|
static class |
ForwardingLoadingCache.SimpleForwardingLoadingCache<K,V> |
|
(package private) static class |
LocalCache.LoadingSerializationProxy<K,V> |
Serializes the configuration of a LocalCache, reconsitituting it as an LoadingCache using
CacheBuilder upon deserialization.
|
(package private) static class |
LocalCache.ManualSerializationProxy<K,V> |
Serializes the configuration of a LocalCache, reconsitituting it as a Cache using CacheBuilder
upon deserialization.
|