| AbstractDelegatingAdvancedCache<K,V> |
|
| AbstractDelegatingCache<K,V> |
This is a convenient base class for implementing a cache delegate.
|
| CacheConfigurationMBean |
CacheConfigurationMBeanImpl.
|
| CacheImpl<K,V> |
|
| Caches |
Utility methods for dealing with caches.
|
| CacheSupport<K,V> |
|
| DecoratedCache<K,V> |
A decorator to a cache, which can be built with a specific set of Flags.
|
| 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 |
|
| SimpleCacheImpl<K,V> |
Simple local cache without interceptor stack.
|
| SimpleCacheImpl.CacheEntryChange<K,V> |
|
| SimpleCacheImpl.ValueAndMetadata<V> |
|
| StatsCollectingCache<K,V> |
|