| AbstractDelegatingAdvancedCache |
|
| AbstractDelegatingCache |
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.
|
| CacheImpl |
|
| ContextBuilder |
|
| EncoderEntryMapper |
Function that uses an encoder to converter entries from the configured storage format to
the requested format.
|
| EncoderKeyMapper |
Function that uses a keyEncoder to converter keys from the configured storage format to
the requested format.
|
| EncoderValueMapper |
Function that uses a valueEncoder to converter values from the configured storage format
to the requested format.
|
| EncodingFunction |
This is a marker interface to signal that this function may perform an encoding of the provided value.
|
| FunctionMapper |
|
| SimpleCacheImpl |
Simple local cache without interceptor stack.
|
| SimpleCacheImpl.CacheEntryChange |
|
| SimpleCacheImpl.EntrySetBase |
|