Class EncoderCache<K,V>

All Implemented Interfaces:
ConcurrentMap<K,V>, Map<K,V>, AdvancedCache<K,V>, Cache<K,V>, AsyncCache<K,V>, BasicCache<K,V>, BatchingCache, Lifecycle, TransactionalCache, FilteringListenable<K,V>, Listenable

public class EncoderCache<K,V> extends AbstractDelegatingAdvancedCache<K,V>
Cache decoration that makes use of the Encoder and Wrapper to convert between storage value and read/write value.
Since:
9.1