public class PageCacheService extends AbstractCacheableService
| Constructor and Description |
|---|
PageCacheService() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
String |
getName()
Returns the Service name
|
void |
notifyElementEvicted(net.sf.ehcache.Ehcache cache,
net.sf.ehcache.Element element) |
void |
notifyElementExpired(net.sf.ehcache.Ehcache cache,
net.sf.ehcache.Element element) |
void |
notifyElementRemoved(net.sf.ehcache.Ehcache cache,
net.sf.ehcache.Element element) |
void |
notifyRemoveAll(net.sf.ehcache.Ehcache cache) |
void |
removeKeyFromMap(net.sf.ehcache.Element element) |
dispose, enableCache, getCache, getCacheSize, getFromCache, getInfos, getKeys, getMaxElements, getMemorySize, getTimeToLive, initCache, initCache, isCacheEnable, notifyElementPut, notifyElementUpdated, putInCache, removeKey, resetCachepublic String getName()
public void notifyElementEvicted(net.sf.ehcache.Ehcache cache,
net.sf.ehcache.Element element)
AbstractCacheableServicenotifyElementEvicted in interface net.sf.ehcache.event.CacheEventListenernotifyElementEvicted in class AbstractCacheableServicecache - The Ehcache objectelement - The Element objectCacheEventListener.notifyElementEvicted(net.sf.ehcache.Ehcache, net.sf.ehcache.Element)public void notifyElementExpired(net.sf.ehcache.Ehcache cache,
net.sf.ehcache.Element element)
AbstractCacheableServicenotifyElementExpired in interface net.sf.ehcache.event.CacheEventListenernotifyElementExpired in class AbstractCacheableServicecache - The Ehcache objectelement - The Element objectCacheEventListener.notifyElementExpired(net.sf.ehcache.Ehcache, net.sf.ehcache.Element)public void notifyElementRemoved(net.sf.ehcache.Ehcache cache,
net.sf.ehcache.Element element)
AbstractCacheableServicenotifyElementRemoved in interface net.sf.ehcache.event.CacheEventListenernotifyElementRemoved in class AbstractCacheableServicecache - The Ehcache objectelement - The Element objectCacheEventListener.notifyElementRemoved(net.sf.ehcache.Ehcache, net.sf.ehcache.Element)public void notifyRemoveAll(net.sf.ehcache.Ehcache cache)
AbstractCacheableServicenotifyRemoveAll in interface net.sf.ehcache.event.CacheEventListenernotifyRemoveAll in class AbstractCacheableServicecache - The Ehcache objectCacheEventListener.notifyRemoveAll(net.sf.ehcache.Ehcache)public void removeKeyFromMap(net.sf.ehcache.Element element)
element - The Element objectpublic Object clone()
clone in interface net.sf.ehcache.event.CacheEventListenerclone in class AbstractCacheableServiceObject.clone()Copyright © 2020 City of Paris. All rights reserved.