public class L1InternalCacheEntry extends MortalCacheEntry
InternalCacheEntry implementation to store a L1 entry.MortalCacheEntry.Externalizercreated, lifespan, valuekey| 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, touchcommit, getKey, isChanged, isCreated, isEvicted, isLoaded, isNull, isRemoved, isValid, rollback, setChanged, setCreated, setEvicted, setLoaded, setRemoved, setSkipLookup, setValid, skipLookup, undeletefinalize, getClass, notify, notifyAll, wait, wait, waitcomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic boolean isL1Entry()
isL1Entry in interface InternalCacheEntryisL1Entry in class AbstractInternalCacheEntrytrue if the entry is a L1 entry.Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.