public class NOPEvictionListener extends Object implements IEvictionListener
Modifier and Type | Field and Description |
---|---|
static IEvictionListener |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
evicted(IHardReferenceQueue<PO> cache,
PO ref)
Notice that a reference is being evicted from the cache.
|
public static final IEvictionListener INSTANCE
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.