public class DummyCacheEventListener extends Object implements net.sf.ehcache.event.CacheEventListener, Serializable
Constructor and Description |
---|
DummyCacheEventListener() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
void |
dispose() |
void |
notifyElementEvicted(net.sf.ehcache.Ehcache arg0,
net.sf.ehcache.Element el) |
void |
notifyElementExpired(net.sf.ehcache.Ehcache cache,
net.sf.ehcache.Element el) |
void |
notifyElementPut(net.sf.ehcache.Ehcache arg0,
net.sf.ehcache.Element el) |
void |
notifyElementRemoved(net.sf.ehcache.Ehcache cache,
net.sf.ehcache.Element el) |
void |
notifyElementUpdated(net.sf.ehcache.Ehcache arg0,
net.sf.ehcache.Element el) |
void |
notifyRemoveAll(net.sf.ehcache.Ehcache arg0) |
public DummyCacheEventListener()
public void notifyElementExpired(net.sf.ehcache.Ehcache cache, net.sf.ehcache.Element el)
notifyElementExpired
in interface net.sf.ehcache.event.CacheEventListener
public void notifyElementRemoved(net.sf.ehcache.Ehcache cache, net.sf.ehcache.Element el) throws net.sf.ehcache.CacheException
notifyElementRemoved
in interface net.sf.ehcache.event.CacheEventListener
net.sf.ehcache.CacheException
public void dispose()
dispose
in interface net.sf.ehcache.event.CacheEventListener
public void notifyElementEvicted(net.sf.ehcache.Ehcache arg0, net.sf.ehcache.Element el)
notifyElementEvicted
in interface net.sf.ehcache.event.CacheEventListener
public void notifyElementPut(net.sf.ehcache.Ehcache arg0, net.sf.ehcache.Element el) throws net.sf.ehcache.CacheException
notifyElementPut
in interface net.sf.ehcache.event.CacheEventListener
net.sf.ehcache.CacheException
public void notifyElementUpdated(net.sf.ehcache.Ehcache arg0, net.sf.ehcache.Element el) throws net.sf.ehcache.CacheException
notifyElementUpdated
in interface net.sf.ehcache.event.CacheEventListener
net.sf.ehcache.CacheException
public void notifyRemoveAll(net.sf.ehcache.Ehcache arg0)
notifyRemoveAll
in interface net.sf.ehcache.event.CacheEventListener
Copyright © 2015 Lucee