Package org.infinispan.container.entries
Class L1InternalCacheEntry
java.lang.Object
org.infinispan.container.entries.AbstractInternalCacheEntry
org.infinispan.container.entries.MortalCacheEntry
org.infinispan.container.entries.L1InternalCacheEntry
- All Implemented Interfaces:
Cloneable
,Map.Entry
,CacheEntry
,InternalCacheEntry
,MetadataAware
A
InternalCacheEntry
implementation to store a L1 entry.- Since:
- 7.1
- Author:
- Pedro Ruivo
-
Nested Class Summary
Nested classes/interfaces inherited from class org.infinispan.container.entries.MortalCacheEntry
MortalCacheEntry.Externalizer
-
Field Summary
Fields inherited from class org.infinispan.container.entries.MortalCacheEntry
created, lifespan
Fields inherited from class org.infinispan.container.entries.AbstractInternalCacheEntry
internalMetadata, key, value
-
Constructor Summary
-
Method Summary
Methods inherited from class org.infinispan.container.entries.MortalCacheEntry
appendFieldsToString, canExpire, clone, getCreated, getExpiryTime, getLastUsed, getLifespan, getMaxIdle, getMetadata, isExpired, reincarnate, setLifespan, setMetadata, toInternalCacheValue, touch
Methods inherited from class org.infinispan.container.entries.AbstractInternalCacheEntry
commit, equals, getInternalMetadata, getKey, getValue, hashCode, isChanged, isCreated, isEvicted, isNull, isRemoved, setChanged, setCreated, setEvicted, setInternalMetadata, setRemoved, setSkipLookup, setValue, skipLookup, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.infinispan.container.entries.CacheEntry
setCreated, setLastUsed
Methods inherited from interface org.infinispan.container.entries.InternalCacheEntry
canExpireMaxIdle
-
Constructor Details
-
L1InternalCacheEntry
-
-
Method Details
-
isL1Entry
public boolean isL1Entry()- Specified by:
isL1Entry
in interfaceInternalCacheEntry
- Overrides:
isL1Entry
in classAbstractInternalCacheEntry
- Returns:
true
if the entry is a L1 entry.
-