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