Package ome.services.sessions.state
Class CacheListener
- java.lang.Object
-
- ome.services.sessions.state.CacheListener
-
- All Implemented Interfaces:
java.lang.Cloneable,net.sf.ehcache.event.CacheEventListener
public class CacheListener extends java.lang.Object implements net.sf.ehcache.event.CacheEventListenerBasicCacheEventListenerwhich does nothing.- Since:
- 3.0-Beta3
-
-
Constructor Summary
Constructors Constructor Description CacheListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectclone()voiddispose()voidnotifyElementEvicted(net.sf.ehcache.Ehcache arg0, net.sf.ehcache.Element arg1)voidnotifyElementExpired(net.sf.ehcache.Ehcache arg0, net.sf.ehcache.Element arg1)voidnotifyElementPut(net.sf.ehcache.Ehcache arg0, net.sf.ehcache.Element arg1)voidnotifyElementRemoved(net.sf.ehcache.Ehcache arg0, net.sf.ehcache.Element arg1)voidnotifyElementUpdated(net.sf.ehcache.Ehcache arg0, net.sf.ehcache.Element arg1)voidnotifyRemoveAll(net.sf.ehcache.Ehcache arg0)
-
-
-
Method Detail
-
clone
public java.lang.Object clone() throws java.lang.CloneNotSupportedException- Specified by:
clonein interfacenet.sf.ehcache.event.CacheEventListener- Overrides:
clonein classjava.lang.Object- Throws:
java.lang.CloneNotSupportedException
-
dispose
public void dispose()
- Specified by:
disposein interfacenet.sf.ehcache.event.CacheEventListener
-
notifyElementEvicted
public void notifyElementEvicted(net.sf.ehcache.Ehcache arg0, net.sf.ehcache.Element arg1)- Specified by:
notifyElementEvictedin interfacenet.sf.ehcache.event.CacheEventListener
-
notifyElementExpired
public void notifyElementExpired(net.sf.ehcache.Ehcache arg0, net.sf.ehcache.Element arg1)- Specified by:
notifyElementExpiredin interfacenet.sf.ehcache.event.CacheEventListener
-
notifyElementPut
public void notifyElementPut(net.sf.ehcache.Ehcache arg0, net.sf.ehcache.Element arg1) throws net.sf.ehcache.CacheException- Specified by:
notifyElementPutin interfacenet.sf.ehcache.event.CacheEventListener- Throws:
net.sf.ehcache.CacheException
-
notifyElementRemoved
public void notifyElementRemoved(net.sf.ehcache.Ehcache arg0, net.sf.ehcache.Element arg1) throws net.sf.ehcache.CacheException- Specified by:
notifyElementRemovedin interfacenet.sf.ehcache.event.CacheEventListener- Throws:
net.sf.ehcache.CacheException
-
notifyElementUpdated
public void notifyElementUpdated(net.sf.ehcache.Ehcache arg0, net.sf.ehcache.Element arg1) throws net.sf.ehcache.CacheException- Specified by:
notifyElementUpdatedin interfacenet.sf.ehcache.event.CacheEventListener- Throws:
net.sf.ehcache.CacheException
-
notifyRemoveAll
public void notifyRemoveAll(net.sf.ehcache.Ehcache arg0)
- Specified by:
notifyRemoveAllin interfacenet.sf.ehcache.event.CacheEventListener
-
-