Class EntryProxy<K,V>
- java.lang.Object
-
- java.util.AbstractMap.SimpleImmutableEntry<K,V>
-
- com.github.benmanes.caffeine.jcache.EntryProxy<K,V>
-
- All Implemented Interfaces:
Serializable,Map.Entry<K,V>,Cache.Entry<K,V>
public final class EntryProxy<K,V> extends AbstractMap.SimpleImmutableEntry<K,V> implements Cache.Entry<K,V>
An implementation of JSR-107Cache.Entry.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Tunwrap(Class<T> clazz)-
Methods inherited from class java.util.AbstractMap.SimpleImmutableEntry
equals, getKey, getValue, hashCode, setValue, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface javax.cache.Cache.Entry
getKey, getValue
-
-
-
-
Method Detail
-
unwrap
public <T> T unwrap(Class<T> clazz)
- Specified by:
unwrapin interfaceCache.Entry<K,V>
-
-