@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 HydratedAnnotationManager
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 HydratedCacheManager
public 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.CacheEventListener
net.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.CacheEventListener
net.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.CacheEventListener
net.sf.ehcache.CacheException
public 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.CacheEventListener
clone
in class Object
CloneNotSupportedException
Copyright © 2019. All rights reserved.