Class JCSEntry<K,V>

java.lang.Object
org.apache.commons.jcs3.jcache.JCSEntry<K,V>
All Implemented Interfaces:
javax.cache.Cache.Entry<K,V>

public class JCSEntry<K,V> extends Object implements javax.cache.Cache.Entry<K,V>
  • Constructor Details

  • Method Details

    • getKey

      public K getKey()
      Specified by:
      getKey in interface javax.cache.Cache.Entry<K,V>
    • getValue

      public V getValue()
      Specified by:
      getValue in interface javax.cache.Cache.Entry<K,V>
    • unwrap

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