Package org.infinispan.hotrod.impl.cache
Class CacheEntryImpl<K,V>
- java.lang.Object
-
- org.infinispan.hotrod.impl.cache.CacheEntryImpl<K,V>
-
- All Implemented Interfaces:
org.infinispan.api.common.CacheEntry<K,V>
public class CacheEntryImpl<K,V> extends Object implements org.infinispan.api.common.CacheEntry<K,V>
- Since:
- 14.0
-
-
Constructor Summary
Constructors Constructor Description CacheEntryImpl(K k, V v, org.infinispan.api.common.CacheEntryMetadata metadata)
-