public interface IEvictionListener extends HardReferenceQueueEvictionListener<PO>
AbstractNode.referenceCount
and must write a dirty node or leaf onto
the store when their reference counter reaches zero(0).Modifier and Type | Method and Description |
---|---|
void |
evicted(IHardReferenceQueue<PO> cache,
PO ref)
Notice that a reference is being evicted from the cache.
|
void evicted(IHardReferenceQueue<PO> cache, PO ref)
HardReferenceQueueEvictionListener
evicted
in interface HardReferenceQueueEvictionListener<PO>
cache
- The cache on which the listener is registered.ref
- The reference that is being evicted from the cache.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.