Package org.infinispan.jcache
Class JCacheEntry<K,V>
- java.lang.Object
-
- org.infinispan.jcache.JCacheEntry<K,V>
-
- Type Parameters:
K
- the type of key maintained by this cache entryV
- the type of value maintained by this cache entry
- All Implemented Interfaces:
javax.cache.Cache.Entry<K,V>
public final class JCacheEntry<K,V> extends Object implements javax.cache.Cache.Entry<K,V>
Infinispan implementation ofCache.Entry
.- Since:
- 5.3
- Author:
- Vladimir Blagojevic, Galder ZamarreƱo
-
-
Constructor Summary
Constructors Constructor Description JCacheEntry(K key, V value)
-