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
ConstructorsConstructorDescriptionCacheEntryImpl(K k, V v, org.infinispan.api.common.CacheEntryMetadata metadata) -
Method Summary
-
Constructor Details
-
CacheEntryImpl
-
-
Method Details
-
key
-
value
-
metadata
public org.infinispan.api.common.CacheEntryMetadata metadata() -
equals
-
hashCode
public int hashCode() -
toString
-