-
interface
A semi-persistent mapping from keys to values.
class
This class provides a skeletal implementation of the Cache
interface to minimize the
effort required to implement this interface.
class
This class provides a skeletal implementation of the Cache
interface to minimize the
effort required to implement this interface.
class
A cache which forwards all its method calls to another cache.
static class
A simplified version of
ForwardingCache
where subclasses can pass in an already
constructed
Cache
as the delegate.
class
A cache which forwards all its method calls to another cache.
static class
<K1 extends K,
V1 extends V>
Cache<K1,V1>
Builds a cache which does not automatically load values when keys are requested.
ForwardingCache.SimpleForwardingCache.delegate()