public class LoggingCacheEventListener extends Object implements net.sf.ehcache.event.CacheEventListener
| Constructor and Description |
|---|
LoggingCacheEventListener(Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
void |
dispose() |
void |
notifyElementEvicted(net.sf.ehcache.Ehcache ehcache,
net.sf.ehcache.Element element) |
void |
notifyElementExpired(net.sf.ehcache.Ehcache ehcache,
net.sf.ehcache.Element element) |
void |
notifyElementPut(net.sf.ehcache.Ehcache ehcache,
net.sf.ehcache.Element element) |
void |
notifyElementRemoved(net.sf.ehcache.Ehcache ehcache,
net.sf.ehcache.Element element) |
void |
notifyElementUpdated(net.sf.ehcache.Ehcache ehcache,
net.sf.ehcache.Element element) |
void |
notifyRemoveAll(net.sf.ehcache.Ehcache ehcache) |
public LoggingCacheEventListener(Properties properties)
public void notifyElementRemoved(net.sf.ehcache.Ehcache ehcache,
net.sf.ehcache.Element element)
throws net.sf.ehcache.CacheException
notifyElementRemoved in interface net.sf.ehcache.event.CacheEventListenernet.sf.ehcache.CacheExceptionpublic void notifyElementPut(net.sf.ehcache.Ehcache ehcache,
net.sf.ehcache.Element element)
throws net.sf.ehcache.CacheException
notifyElementPut in interface net.sf.ehcache.event.CacheEventListenernet.sf.ehcache.CacheExceptionpublic void notifyElementUpdated(net.sf.ehcache.Ehcache ehcache,
net.sf.ehcache.Element element)
throws net.sf.ehcache.CacheException
notifyElementUpdated in interface net.sf.ehcache.event.CacheEventListenernet.sf.ehcache.CacheExceptionpublic void notifyElementExpired(net.sf.ehcache.Ehcache ehcache,
net.sf.ehcache.Element element)
notifyElementExpired in interface net.sf.ehcache.event.CacheEventListenerpublic void notifyElementEvicted(net.sf.ehcache.Ehcache ehcache,
net.sf.ehcache.Element element)
notifyElementEvicted in interface net.sf.ehcache.event.CacheEventListenerpublic void notifyRemoveAll(net.sf.ehcache.Ehcache ehcache)
notifyRemoveAll in interface net.sf.ehcache.event.CacheEventListenerpublic void dispose()
dispose in interface net.sf.ehcache.event.CacheEventListenerpublic Object clone() throws CloneNotSupportedException
clone in interface net.sf.ehcache.event.CacheEventListenerclone in class ObjectCloneNotSupportedExceptionCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.