railo.runtime.type.scope.storage
Class SessionEndCacheEvent

java.lang.Object
  extended by railo.runtime.type.scope.storage.SessionEndCacheEvent
All Implemented Interfaces:
Serializable, CacheEventListener

public class SessionEndCacheEvent
extends Object
implements CacheEventListener

See Also:
Serialized Form

Constructor Summary
SessionEndCacheEvent()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionEndCacheEvent

public SessionEndCacheEvent()
Method Detail

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