Interface FlexibleEvictableCache<K,V>

All Superinterfaces:
EvictableCache<K,V>, Map<K,V>, MemoizeCache<K,V>
All Known Implementing Classes:
CommonCache, ConcurrentCommonCache, ConcurrentSoftCache, StampedCommonCache

public interface FlexibleEvictableCache<K,V> extends EvictableCache<K,V>
An EvictableCache supporting a getAndPut variant with additional control over caching.
Since:
5.0.0