- All Implemented Interfaces:
 
javax.cache.Cache.Entry<K,V> 
public class JCSEntry<K,V>
extends Object
implements javax.cache.Cache.Entry<K,V> 
- 
Constructor Summary
Constructors
 
- 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
- 
 
- 
Method Details
- 
getKey
- Specified by:
 
getKey in interface javax.cache.Cache.Entry<K,V> 
 
- 
getValue
- Specified by:
 
getValue in interface javax.cache.Cache.Entry<K,V> 
 
- 
unwrap
- Specified by:
 
unwrap in interface javax.cache.Cache.Entry<K,V>