public interface CacheDisposalListener
Modifier and Type | Method and Description |
---|---|
void |
dispose(java.lang.String key,
java.lang.Object value)
Called when a cache entry is disposed.
|
void |
disposeAll()
Called when all cache entries are disposed in one bulk operation
|