Class JCSMutableEntry<K,V>

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

public class JCSMutableEntry<K,V> extends Object implements javax.cache.processor.MutableEntry<K,V>
  • Constructor Details

  • Method Details

    • exists

      public boolean exists()
      Specified by:
      exists in interface javax.cache.processor.MutableEntry<K,V>
    • remove

      public void remove()
      Specified by:
      remove in interface javax.cache.processor.MutableEntry<K,V>
    • setValue

      public void setValue(V value)
      Specified by:
      setValue in interface javax.cache.processor.MutableEntry<K,V>
    • 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>