Class EntryProxy<K,V>
- java.lang.Object
-
- java.util.AbstractMap.SimpleImmutableEntry<K,V>
-
- com.github.benmanes.caffeine.jcache.EntryProxy<K,V>
-
- All Implemented Interfaces:
java.io.Serializable
,java.util.Map.Entry<K,V>
,javax.cache.Cache.Entry<K,V>
public final class EntryProxy<K,V> extends java.util.AbstractMap.SimpleImmutableEntry<K,V> implements javax.cache.Cache.Entry<K,V>
An implementation of JSR-107Cache.Entry
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description EntryProxy(K key, V value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> T
unwrap(java.lang.Class<T> clazz)
-
Methods inherited from class java.util.AbstractMap.SimpleImmutableEntry
equals, getKey, getValue, hashCode, setValue, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-