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>

final class WriteThroughEntry<K,V> extends AbstractMap.SimpleEntry<K,V>
An entry that allows updates to write through to the backing map.