AbstractCacheBackedSet<K,V,E> |
Entry or key set backed by a cache.
|
AbstractDelegatingAdvancedCache<K,V> |
|
AbstractDelegatingCache<K,V> |
This is a convenient base class for implementing a cache delegate.
|
BiFunctionMapper |
A Bifuncion wrapper that uses the cache's underlying DataConversion objects to perform its operations.
|
BiFunctionMapper.Externalizer |
|
CacheBackedEntrySet<K,V> |
Entry set backed by a cache.
|
CacheBackedKeySet<K,V> |
Key set backed by a cache.
|
CacheConfigurationMBean |
CacheConfigurationMBeanImpl.
|
CacheImpl<K,V> |
|
DecoratedCache<K,V> |
A decorator to a cache, which can be built with a specific set of Flag s.
|
EncoderCache<K,V> |
Cache decoration that makes use of the Encoder and Wrapper to convert between storage value and
read/write value.
|
EncoderEntryMapper<K,V,T extends Map.Entry<K,V>> |
Function that uses an encoder to converter entries from the configured storage format to
the requested format.
|
EncoderEntryMapper.Externalizer |
|
EncoderKeyMapper<K> |
Function that uses a keyEncoder to converter keys from the configured storage format to
the requested format.
|
EncoderKeyMapper.Externalizer |
|
EncoderValueMapper<V> |
Function that uses a valueEncoder to converter values from the configured storage format
to the requested format.
|
EncoderValueMapper.Externalizer |
|
FunctionMapper |
|
FunctionMapper.Externalizer |
|
InvocationHelper |
|
SimpleCacheImpl<K,V> |
Simple local cache without interceptor stack.
|
SimpleCacheImpl.CacheEntryChange<K,V> |
|
SimpleCacheImpl.ValueAndMetadata<V> |
|
StatsCollectingCache<K,V> |
|