public class SessionEndCacheEvent extends Object implements CacheEventListener
Constructor and Description |
---|
SessionEndCacheEvent() |
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
|
public SessionEndCacheEvent()
public void onExpires(CacheEntry entry)
CacheEventListener
onExpires
in interface CacheEventListener
public void onRemove(CacheEntry entry)
CacheEventListener
onRemove
in interface CacheEventListener
entry
- entry that will be removed from Cachepublic void onPut(CacheEntry entry)
CacheEventListener
onPut
in interface CacheEventListener
public CacheEventListener duplicate()
duplicate
in interface CacheEventListener
Copyright © 2015 Lucee