-
-
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
-
-
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>
Copyright © 2014–2018 The Redisson Project. All rights reserved.