public interface CacheEventListener extends Serializable
Modifier and Type | Method and Description |
---|---|
CacheEventListener |
duplicate() |
void |
onExpires(CacheEntry entry)
this method is invoked before a entry expires (lifetime and idletime)
|
void |
onPut(CacheEntry entry)
this method is invoked before a new Entry is putted to a cache (update and insert)
|
void |
onRemove(CacheEntry entry)
this method is invoked before a Cache Entry is removed from Cache
|
void onRemove(CacheEntry entry)
entry
- entry that will be removed from Cachevoid onPut(CacheEntry entry)
void onExpires(CacheEntry entry)
CacheEventListener duplicate()
Copyright © 2015 Lucee