public class L1MetadataInternalCacheEntry extends MetadataMortalCacheEntry
InternalCacheEntry
implementation to store a L1 entry.MetadataMortalCacheEntry.Externalizer
created, metadata
internalMetadata, key, value
Constructor and Description |
---|
L1MetadataInternalCacheEntry(Object key,
Object value,
Metadata metadata,
long created) |
Modifier and Type | Method and Description |
---|---|
boolean |
isL1Entry() |
appendFieldsToString, canExpire, getCreated, getExpiryTime, getLastUsed, getLifespan, getMaxIdle, getMetadata, isExpired, reincarnate, setMetadata, toInternalCacheValue, touch
clone, 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.