public class DefaultEvictionListener extends Object implements IEvictionListener
Constructor and Description |
---|
DefaultEvictionListener() |
Modifier and Type | Method and Description |
---|---|
void |
evicted(IHardReferenceQueue<PO> cache,
PO ref)
Notice that a reference is being evicted from the cache.
|
public void evicted(IHardReferenceQueue<PO> cache, PO ref)
HardReferenceQueueEvictionListener
evicted
in interface IEvictionListener
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.