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
-
Field Summary
Fields inherited from class MortalCacheEntry
created, lifespanFields inherited from class AbstractInternalCacheEntry
internalMetadata, key, value -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class MortalCacheEntry
appendFieldsToString, canExpire, clone, getCreated, getExpiryTime, getLastUsed, getLifespan, getMaxIdle, getMetadata, isExpired, reincarnate, setLifespan, setMetadata, toInternalCacheValue, touchMethods inherited from class AbstractInternalCacheEntry
commit, equals, getInternalMetadata, getKey, getValue, getWrappedKey, getWrappedValue, hashCode, isChanged, isCreated, isEvicted, isInvalidated, isNull, isRemoved, setChanged, setCreated, setEvicted, setInternalMetadata, setInvalidated, setRemoved, setSkipLookup, setValue, skipLookup, toStringMethods inherited from interface CacheEntry
setCreated, setLastUsedMethods inherited from interface InternalCacheEntry
canExpireMaxIdle
-
Constructor Details
-
L1InternalCacheEntry
-
-
Method Details
-
isL1Entry
public boolean isL1Entry()- Specified by:
isL1Entryin interfaceInternalCacheEntry- Overrides:
isL1Entryin classAbstractInternalCacheEntry- Returns:
trueif the entry is a L1 entry.
-