|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ICacheEntry | |
|---|---|
| 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. |
| Uses of ICacheEntry in com.bigdata.cache |
|---|
| Methods in com.bigdata.cache that return types with arguments of type ICacheEntry | |
|---|---|
Iterator<ICacheEntry<K,T>> |
ICachePolicy.entryIterator()
Return an iterator that will visit the ICacheEntry objects in the
cache. |
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>> |
WeakValueCache.entryIterator()
Visits entries in the delegate cache in the order defined by the delegate. |
| Methods in com.bigdata.cache with parameters of type ICacheEntry | |
|---|---|
void |
ICacheListener.objectEvicted(ICacheEntry<K,T> entry)
The object was evicted from the cache. |
void |
LRUCache.ICacheOrderChangeListener.willRemove(ICacheEntry<K,T> entry)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||