railo.runtime.type.scope.storage
Class SessionEndCacheEvent
java.lang.Object
railo.runtime.type.scope.storage.SessionEndCacheEvent
- All Implemented Interfaces:
- Serializable, CacheEventListener
public class SessionEndCacheEvent
- extends Object
- implements CacheEventListener
- See Also:
- Serialized Form
SessionEndCacheEvent
public SessionEndCacheEvent()
onExpires
public void onExpires(CacheEntry entry)
- Description copied from interface:
CacheEventListener
- this method is invoked before a entry expires (lifetime and idletime)
- Specified by:
onExpires
in interface CacheEventListener
onRemove
public void onRemove(CacheEntry entry)
- Description copied from interface:
CacheEventListener
- this method is invoked before a Cache Entry is removed from Cache
- Specified by:
onRemove
in interface CacheEventListener
- Parameters:
entry
- entry that will be removed from Cache
onPut
public void onPut(CacheEntry entry)
- Description copied from interface:
CacheEventListener
- this method is invoked before a new Entry is putted to a cache (update and insert)
- Specified by:
onPut
in interface CacheEventListener
duplicate
public CacheEventListener duplicate()
- Specified by:
duplicate
in interface CacheEventListener
Copyright © 2012 Railo