Infinispan JCACHE (JSR-107) Common Components 8.2.9.Final-redhat-1
-
- Type Parameters:
K
- the type of key maintained by this cache entry
V
- 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 of javax.cache.Cache.Entry
.
- Since:
- 5.3
- Author:
- Vladimir Blagojevic, Galder ZamarreƱo
-
-
Field Summary
Fields
Modifier and Type |
Field and Description |
protected K |
key |
protected V |
value |
-
Constructor Summary
Constructors
Constructor and Description |
JCacheEntry(K key,
V value) |
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
key
protected final K key
-
value
protected final V value
-
Method Detail
-
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>
Infinispan JCACHE (JSR-107) Common Components 8.2.9.Final-redhat-1
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.