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