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>, javax.cache.Cache.Entry<K,V>

public final class EntryProxy<K,V> extends AbstractMap.SimpleImmutableEntry<K,V> implements javax.cache.Cache.Entry<K,V>
An implementation of JSR-107 Cache.Entry.
Author:
ben.manes@gmail.com (Ben Manes)
See Also:
  • Method Details

    • unwrap

      public <T> T unwrap(Class<T> clazz)
      Specified by:
      unwrap in interface javax.cache.Cache.Entry<K,V>