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
-
Field Details
-
serialVersionUID
static final long serialVersionUID- See Also:
-
map
-
-
Constructor Details
-
WriteThroughEntry
WriteThroughEntry(ConcurrentMap<K, V> map, K key, V value)
-
-
Method Details