K - the type of key.V - the type of value.public class CacheEntry<K,V> extends Object implements javax.cache.Cache.Entry<K,V>
Cache.Entry implementation for wrapping a "key,value" pair.
 This implementation is used by CacheWriters and
 Cache.iterator().
CacheWriter, 
Cache.iterator()| Constructor and Description | 
|---|
| CacheEntry(K key,
          V value) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.