com.jdon.components.encache
类 EhCacheListener
java.lang.Object
com.jdon.components.encache.EhCacheListener
- 所有已实现的接口:
- Cloneable, net.sf.ehcache.event.CacheEventListener
public class EhCacheListener
- extends Object
- implements net.sf.ehcache.event.CacheEventListener
need configure in META-INF/jdon_ehcache.xml
- 作者:
- banq
EhCacheListener
public EhCacheListener()
dispose
public void dispose()
- 指定者:
- 接口
net.sf.ehcache.event.CacheEventListener 中的 dispose
notifyElementEvicted
public void notifyElementEvicted(net.sf.ehcache.Ehcache arg0,
net.sf.ehcache.Element e)
- 指定者:
- 接口
net.sf.ehcache.event.CacheEventListener 中的 notifyElementEvicted
notifyElementExpired
public void notifyElementExpired(net.sf.ehcache.Ehcache arg0,
net.sf.ehcache.Element e)
- 指定者:
- 接口
net.sf.ehcache.event.CacheEventListener 中的 notifyElementExpired
notifyElementPut
public void notifyElementPut(net.sf.ehcache.Ehcache arg0,
net.sf.ehcache.Element e)
throws net.sf.ehcache.CacheException
- 指定者:
- 接口
net.sf.ehcache.event.CacheEventListener 中的 notifyElementPut
- 抛出:
net.sf.ehcache.CacheException
notifyElementRemoved
public void notifyElementRemoved(net.sf.ehcache.Ehcache arg0,
net.sf.ehcache.Element e)
throws net.sf.ehcache.CacheException
- 指定者:
- 接口
net.sf.ehcache.event.CacheEventListener 中的 notifyElementRemoved
- 抛出:
net.sf.ehcache.CacheException
notifyElementUpdated
public void notifyElementUpdated(net.sf.ehcache.Ehcache arg0,
net.sf.ehcache.Element e)
throws net.sf.ehcache.CacheException
- 指定者:
- 接口
net.sf.ehcache.event.CacheEventListener 中的 notifyElementUpdated
- 抛出:
net.sf.ehcache.CacheException
notifyRemoveAll
public void notifyRemoveAll(net.sf.ehcache.Ehcache ehcache)
- 指定者:
- 接口
net.sf.ehcache.event.CacheEventListener 中的 notifyRemoveAll
clone
public Object clone()
throws CloneNotSupportedException
- 指定者:
- 接口
net.sf.ehcache.event.CacheEventListener 中的 clone - 覆盖:
- 类
Object 中的 clone
- 抛出:
CloneNotSupportedException
Copyright © 2013. All Rights Reserved.