- Type Parameters:
K
- key
V
- value
- All Implemented Interfaces:
javax.cache.Cache.Entry<K,V>
public class JCacheEntry<K,V>
extends Object
implements javax.cache.Cache.Entry<K,V>
- Author:
- Nikita Koksharov
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JCacheEntry
public JCacheEntry(K key,
V value)
-
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
public <T> T unwrap(Class<T> clazz)
- Specified by:
unwrap
in interface javax.cache.Cache.Entry<K,V>