| java.lang.Object org.apache.jetspeed.cache.impl.EhCacheImpl org.apache.jetspeed.cache.impl.EhCacheDistributedImpl
Method Summary | |
public Object | clone() | public String | createCacheKey(String primary, String secondary) | public CacheElement | createElement(Object key, Object content) | public CacheElement | createElement(Serializable key, DistributedCacheObject content) | public void | dispose() | public void | evictContentForUser(RequestContext context) | public CacheElement | get(Object key) | public CacheElement | get(Serializable key) | public boolean | isKeyInCache(Object key) | public boolean | isKeyInCache(Serializable key) | public void | notifyElement(Ehcache cache, boolean local, Element arg1, int action) | public void | notifyElementEvicted(Ehcache cache, Element arg1) | public void | notifyElementExpired(Ehcache cache, Element arg1) | public void | notifyElementPut(Ehcache cache, Element arg1) | public void | notifyElementRemoved(Ehcache cache, Element arg1) | public void | notifyElementUpdated(Ehcache cache, Element arg1) | public void | notifyRemoveAll(Ehcache cache) | public void | put(CacheElement element) | public boolean | remove(Object key) | public boolean | remove(Serializable key) | public boolean | removeQuiet(Object key) |
EhCacheDistributedImpl | public EhCacheDistributedImpl(Ehcache ehcache)(Code) | | |
dispose | public void dispose()(Code) | | |
notifyElement | public void notifyElement(Ehcache cache, boolean local, Element arg1, int action)(Code) | | |
notifyElementEvicted | public void notifyElementEvicted(Ehcache cache, Element arg1)(Code) | | |
notifyElementExpired | public void notifyElementExpired(Ehcache cache, Element arg1)(Code) | | |
notifyElementPut | public void notifyElementPut(Ehcache cache, Element arg1) throws CacheException(Code) | | |
notifyElementRemoved | public void notifyElementRemoved(Ehcache cache, Element arg1) throws CacheException(Code) | | |
notifyElementUpdated | public void notifyElementUpdated(Ehcache cache, Element arg1) throws CacheException(Code) | | |
notifyRemoveAll | public void notifyRemoveAll(Ehcache cache)(Code) | | |
|
|