public class L1InternalCacheEntry extends MortalCacheEntry
InternalCacheEntry implementation to store a L1 entry.MortalCacheEntry.Externalizercreated, lifespaninternalMetadata, 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, touchcommit, equals, getInternalMetadata, getKey, getValue, hashCode, isChanged, isCreated, isEvicted, isNull, isRemoved, setChanged, setCreated, setEvicted, setInternalMetadata, setRemoved, setSkipLookup, setValue, skipLookup, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcanExpireMaxIdlesetCreated, setLastUsedcomparingByKey, comparingByKey, comparingByValue, comparingByValuepublic boolean isL1Entry()
isL1Entry in interface InternalCacheEntryisL1Entry in class AbstractInternalCacheEntrytrue if the entry is a L1 entry.Copyright © 2022 JBoss by Red Hat. All rights reserved.