Package | Description |
---|---|
com.bigdata.cache |
A canonicalizing object cache may be constructed from an outer weak
reference value hash map backed by an inner hard reference LRU policy.
|
Modifier and Type | Method and Description |
---|---|
Iterator<ICacheEntry<K,T>> |
WeakValueCache.entryIterator()
Visits entries in the delegate cache in the order defined by the
delegate.
|
Iterator<ICacheEntry<K,T>> |
LRUCache.entryIterator()
Visits
entries in the cache in LRU ordering (the
least recently used object is visited first). |
Iterator<ICacheEntry<K,T>> |
ICachePolicy.entryIterator()
Return an iterator that will visit the
ICacheEntry objects in the
cache. |
Modifier and Type | Method and Description |
---|---|
void |
ICacheListener.objectEvicted(ICacheEntry<K,T> entry)
The object was evicted from the cache.
|
void |
LRUCache.ICacheOrderChangeListener.willRemove(ICacheEntry<K,T> entry) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.