public class CacheEntry extends Object
Modifier and Type | Field and Description |
---|---|
Object |
m_Id
The cached object's key.
|
LooselyBoundedCacheable |
m_Object
The cached object.
|
long |
m_Sequence
The access sequence.
|
Constructor and Description |
---|
CacheEntry(Object id,
LooselyBoundedCacheable value,
long sequence)
Constructs a CacheEntry.
|
Modifier and Type | Method and Description |
---|---|
boolean |
canPurge()
Gets indication as to whether this entry can be purged.
|
public Object m_Id
public LooselyBoundedCacheable m_Object
public long m_Sequence
public CacheEntry(Object id, LooselyBoundedCacheable value, long sequence)
id
- the key to usevalue
- the cached valuesequence
- the entry sequenceCopyright © 2023. All rights reserved.