|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.common.cache.engine.HydratedCacheManagerImpl
@Deprecated public class HydratedCacheManagerImpl
| Method Summary | |
|---|---|
void |
addHydratedCache(HydratedCache cache)
Deprecated. |
void |
addHydratedCacheElementItem(String cacheRegion,
String cacheName,
Serializable elementKey,
String elementItemName,
Object elementValue)
Deprecated. |
Object |
clone()
Deprecated. |
boolean |
containsCache(String cacheRegion,
String cacheName)
Deprecated. |
void |
dispose()
Deprecated. |
HydratedCache |
getHydratedCache(String cacheRegion,
String cacheName)
Deprecated. |
Object |
getHydratedCacheElementItem(String cacheRegion,
String cacheName,
Serializable elementKey,
String elementItemName)
Deprecated. |
HydrationDescriptor |
getHydrationDescriptor(Object entity)
Deprecated. |
static HydratedCacheManagerImpl |
getInstance()
Deprecated. |
Class<?> |
getTopEntityClass(Object entity)
Deprecated. |
void |
notifyElementEvicted(net.sf.ehcache.Ehcache arg0,
net.sf.ehcache.Element arg1)
Deprecated. |
void |
notifyElementExpired(net.sf.ehcache.Ehcache arg0,
net.sf.ehcache.Element arg1)
Deprecated. |
void |
notifyElementPut(net.sf.ehcache.Ehcache arg0,
net.sf.ehcache.Element arg1)
Deprecated. |
void |
notifyElementRemoved(net.sf.ehcache.Ehcache arg0,
net.sf.ehcache.Element arg1)
Deprecated. |
void |
notifyElementUpdated(net.sf.ehcache.Ehcache arg0,
net.sf.ehcache.Element arg1)
Deprecated. |
void |
notifyRemoveAll(net.sf.ehcache.Ehcache arg0)
Deprecated. |
HydratedCache |
removeHydratedCache(String cacheRegion,
String cacheName)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static HydratedCacheManagerImpl getInstance()
public void addHydratedCache(HydratedCache cache)
public HydratedCache removeHydratedCache(String cacheRegion,
String cacheName)
public HydratedCache getHydratedCache(String cacheRegion,
String cacheName)
public boolean containsCache(String cacheRegion,
String cacheName)
public HydrationDescriptor getHydrationDescriptor(Object entity)
getHydrationDescriptor in interface HydratedAnnotationManagerpublic Class<?> getTopEntityClass(Object entity)
public Object getHydratedCacheElementItem(String cacheRegion,
String cacheName,
Serializable elementKey,
String elementItemName)
getHydratedCacheElementItem in interface HydratedCacheManager
public void addHydratedCacheElementItem(String cacheRegion,
String cacheName,
Serializable elementKey,
String elementItemName,
Object elementValue)
addHydratedCacheElementItem in interface HydratedCacheManagerpublic void dispose()
dispose in interface net.sf.ehcache.event.CacheEventListener
public void notifyElementEvicted(net.sf.ehcache.Ehcache arg0,
net.sf.ehcache.Element arg1)
notifyElementEvicted in interface net.sf.ehcache.event.CacheEventListener
public void notifyElementExpired(net.sf.ehcache.Ehcache arg0,
net.sf.ehcache.Element arg1)
notifyElementExpired in interface net.sf.ehcache.event.CacheEventListener
public void notifyElementPut(net.sf.ehcache.Ehcache arg0,
net.sf.ehcache.Element arg1)
throws net.sf.ehcache.CacheException
notifyElementPut in interface net.sf.ehcache.event.CacheEventListenernet.sf.ehcache.CacheException
public void notifyElementRemoved(net.sf.ehcache.Ehcache arg0,
net.sf.ehcache.Element arg1)
throws net.sf.ehcache.CacheException
notifyElementRemoved in interface net.sf.ehcache.event.CacheEventListenernet.sf.ehcache.CacheException
public void notifyElementUpdated(net.sf.ehcache.Ehcache arg0,
net.sf.ehcache.Element arg1)
throws net.sf.ehcache.CacheException
notifyElementUpdated in interface net.sf.ehcache.event.CacheEventListenernet.sf.ehcache.CacheExceptionpublic void notifyRemoveAll(net.sf.ehcache.Ehcache arg0)
notifyRemoveAll in interface net.sf.ehcache.event.CacheEventListener
public Object clone()
throws CloneNotSupportedException
clone in interface net.sf.ehcache.event.CacheEventListenerclone in class ObjectCloneNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||