public interface ICacheListener<K,T>
ICachePolicy
Modifier and Type | Method and Description |
---|---|
void |
objectEvicted(ICacheEntry<K,T> entry)
The object was evicted from the cache.
|
void objectEvicted(ICacheEntry<K,T> entry)
entry
- The cache entry for the object that is being evicted. The
entry is no longer valid once this method returns and MAY be
reused by the ICachePolicy
implementation.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.