Class WriteThroughEntry<K,V>
java.lang.Object
java.util.AbstractMap.SimpleEntry<K,V>
com.github.benmanes.caffeine.cache.WriteThroughEntry<K,V>
- All Implemented Interfaces:
Serializable, Map.Entry<K,V>
An entry that allows updates to write through to the backing map.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ConcurrentMap<K, V> (package private) static final long -
Constructor Summary
Constructors -
Method Summary