Package | Description |
---|---|
com.tangosol.net.cache |
Contains classes providing various caching strategies.
|
Modifier and Type | Class | Description |
---|---|---|
class |
LocalCache.Entry
A holder for a cached value.
|
Modifier and Type | Method | Description |
---|---|---|
protected boolean |
LocalCache.removeEvicted(OldCache.Entry entry)
Remove an entry (if it is eligible for eviction) because it has expired.
|
|
protected boolean |
OldCache.removeEvicted(OldCache.Entry entry)
Deprecated.
Remove an entry (if it is eligible for eviction) because it has expired.
|
|
protected boolean |
OldCache.removeExpired(OldCache.Entry entry,
boolean fRemoveInternal)
Deprecated.
use
OldCache.removeEvicted(Entry) instead |
|
protected boolean |
OldCache.removeIfExpired(OldCache.Entry entry)
Deprecated.
Remove an entry if it has expired.
|