Package | Description |
---|---|
com.tangosol.net.cache |
Contains classes providing various caching strategies.
|
com.tangosol.net.partition |
Contains interfaces and classes related to partitioned services.
|
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalCache.Entry
A holder for a cached value.
|
class |
OldCache.Entry
Deprecated.
A holder for a cached value.
|
class |
SerializationCache.EntrySet.Entry
A Cache Entry implementation.
|
Modifier and Type | Method and Description |
---|---|
ConfigurableCacheMap.Entry |
OldCache.getCacheEntry(Object oKey)
Deprecated.
Locate a cache Entry in the cache based on its key.
|
ConfigurableCacheMap.Entry |
ConfigurableCacheMap.getCacheEntry(Object oKey)
Locate a cache Entry in the cache based on its key.
|
ConfigurableCacheMap.Entry |
SerializationCache.getCacheEntry(Object oKey)
Locate a cache Entry in the cache based on its key.
|
protected ConfigurableCacheMap.Entry |
AbstractEvictionPolicy.getEntry(MapEvent evt)
Return the map entry associated with the given map event.
|
Modifier and Type | Method and Description |
---|---|
void |
OldCache.InternalEvictionPolicy.entryTouched(ConfigurableCacheMap.Entry entry)
This method is called by the cache to indicate that an entry has
been touched.
|
void |
ConfigurableCacheMap.EvictionPolicy.entryTouched(ConfigurableCacheMap.Entry entry)
This method is called by the cache to indicate that an entry has
been touched.
|
void |
SerializationCache.InternalEvictionPolicy.entryTouched(ConfigurableCacheMap.Entry entry)
This method is called by the cache to indicate that an entry has
been touched.
|
abstract void |
AbstractEvictionPolicy.entryUpdated(ConfigurableCacheMap.Entry entry)
This method is called to indicate that an entry has been either
inserted or updated.
|
boolean |
ConfigurableCacheMap.EvictionApprover.isEvictable(ConfigurableCacheMap.Entry entry)
Get an eviction approval for the specified entry.
|
Modifier and Type | Class and Description |
---|---|
class |
ObservableSplittingBackingCache.EntrySet.Entry
A Cache Entry implementation.
|
Modifier and Type | Method and Description |
---|---|
protected ConfigurableCacheMap.Entry |
ObservableSplittingBackingCache.EntrySet.Entry.getCacheEntry()
Obtain the actual cache entry from the partition-specific
backing map.
|
ConfigurableCacheMap.Entry |
ObservableSplittingBackingCache.getCacheEntry(Object oKey)
Locate a cache Entry in the cache based on its key.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ObservableSplittingBackingCache.EntrySet.Entry.setCacheEntry(ConfigurableCacheMap.Entry entryBacking)
Configure the backing map cache entry.
|
Modifier and Type | Class and Description |
---|---|
static class |
ConverterCollections.ConverterCacheEntry
A ConfigurableCacheMap.Entry that lazily converts the key and value.
|
Modifier and Type | Method and Description |
---|---|
ConfigurableCacheMap.Entry |
ConverterCollections.ConverterCacheEntry.getEntry()
Return the underlying Map.Entry.
|
Constructor and Description |
---|
ConverterCacheEntry(ConfigurableCacheMap.Entry entry,
Converter conKeyUp,
Converter conValUp,
Converter conValDown) |