Package | Description |
---|---|
org.kepler.objectmanager.cache |
Modifier and Type | Method and Description |
---|---|
void |
CacheListener.objectAdded(CacheEvent event)
called with a CacheObject is added to the cache
|
void |
CacheListener.objectPurged(CacheEvent event)
called when a CacheObject is forcibly purged from the cache by
ObjectCache
|
void |
CacheListener.objectRemoved(CacheEvent event)
called with a CacheObject is removed from the cache by a 3rd party
|