@Deprecated public class HydratedCacheManagerImpl extends Object implements net.sf.ehcache.event.CacheEventListener, HydratedCacheManager, HydratedAnnotationManager
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static HydratedCacheManagerImpl getInstance()
public void addHydratedCache(HydratedCache cache)
public HydratedCache removeHydratedCache(String cacheRegion, String cacheName)
public HydratedCache getHydratedCache(String cacheRegion, String cacheName)
public HydrationDescriptor getHydrationDescriptor(Object entity)
getHydrationDescriptor in interface HydratedAnnotationManagerpublic Object getHydratedCacheElementItem(String cacheRegion, String cacheName, Serializable elementKey, String elementItemName)
getHydratedCacheElementItem in interface HydratedCacheManagerpublic 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.CacheEventListenerpublic void notifyElementEvicted(net.sf.ehcache.Ehcache arg0,
net.sf.ehcache.Element arg1)
notifyElementEvicted in interface net.sf.ehcache.event.CacheEventListenerpublic void notifyElementExpired(net.sf.ehcache.Ehcache arg0,
net.sf.ehcache.Element arg1)
notifyElementExpired in interface net.sf.ehcache.event.CacheEventListenerpublic 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.CacheExceptionpublic 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.CacheExceptionpublic 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.CacheEventListenerpublic Object clone() throws CloneNotSupportedException
clone in interface net.sf.ehcache.event.CacheEventListenerclone in class ObjectCloneNotSupportedExceptionCopyright © 2017. All rights reserved.