public class L1InternalCacheEntry extends MortalCacheEntry
InternalCacheEntry
implementation to store a L1 entry.MortalCacheEntry.Externalizer
created, lifespan
internalMetadata, key, value
Constructor and Description |
---|
L1InternalCacheEntry(Object key,
Object value,
long lifespan,
long created) |
Modifier and Type | Method and Description |
---|---|
boolean |
isL1Entry() |
appendFieldsToString, canExpire, clone, getCreated, getExpiryTime, getLastUsed, getLifespan, getMaxIdle, getMetadata, isExpired, reincarnate, setLifespan, setMetadata, toInternalCacheValue, touch
commit, equals, getInternalMetadata, getKey, getValue, hashCode, isChanged, isCreated, isEvicted, isNull, isRemoved, setChanged, setCreated, setEvicted, setInternalMetadata, setRemoved, setSkipLookup, setValue, skipLookup, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
canExpireMaxIdle
setCreated, setLastUsed
comparingByKey, comparingByKey, comparingByValue, comparingByValue
public boolean isL1Entry()
isL1Entry
in interface InternalCacheEntry
isL1Entry
in class AbstractInternalCacheEntry
true
if the entry is a L1 entry.Copyright © 2021 JBoss by Red Hat. All rights reserved.