T
- public interface HardReferenceQueueEvictionListener<T>
Modifier and Type | Method and Description |
---|---|
void |
evicted(IHardReferenceQueue<T> cache,
T ref)
Notice that a reference is being evicted from the cache.
|
void evicted(IHardReferenceQueue<T> cache, T ref)
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.