org.broadleafcommerce.common.cache.engine
Class HydratedCacheManagerImpl

java.lang.Object
  extended by org.broadleafcommerce.common.cache.engine.HydratedCacheManagerImpl
All Implemented Interfaces:
Cloneable, net.sf.ehcache.event.CacheEventListener, HydratedAnnotationManager, HydratedCacheManager

Deprecated.

@Deprecated
public class HydratedCacheManagerImpl
extends Object
implements net.sf.ehcache.event.CacheEventListener, HydratedCacheManager, HydratedAnnotationManager

Author:
jfischer

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

getInstance

public static HydratedCacheManagerImpl getInstance()
Deprecated. 

addHydratedCache

public void addHydratedCache(HydratedCache cache)
Deprecated. 

removeHydratedCache

public HydratedCache removeHydratedCache(String cacheRegion,
                                         String cacheName)
Deprecated. 

getHydratedCache

public HydratedCache getHydratedCache(String cacheRegion,
                                      String cacheName)
Deprecated. 

containsCache

public boolean containsCache(String cacheRegion,
                             String cacheName)
Deprecated. 

getHydrationDescriptor

public HydrationDescriptor getHydrationDescriptor(Object entity)
Deprecated. 
Specified by:
getHydrationDescriptor in interface HydratedAnnotationManager

getTopEntityClass

public Class<?> getTopEntityClass(Object entity)
Deprecated. 

getHydratedCacheElementItem

public Object getHydratedCacheElementItem(String cacheRegion,
                                          String cacheName,
                                          Serializable elementKey,
                                          String elementItemName)
Deprecated. 
Specified by:
getHydratedCacheElementItem in interface HydratedCacheManager

addHydratedCacheElementItem

public void addHydratedCacheElementItem(String cacheRegion,
                                        String cacheName,
                                        Serializable elementKey,
                                        String elementItemName,
                                        Object elementValue)
Deprecated. 
Specified by:
addHydratedCacheElementItem in interface HydratedCacheManager

dispose

public void dispose()
Deprecated. 
Specified by:
dispose in interface net.sf.ehcache.event.CacheEventListener

notifyElementEvicted

public void notifyElementEvicted(net.sf.ehcache.Ehcache arg0,
                                 net.sf.ehcache.Element arg1)
Deprecated. 
Specified by:
notifyElementEvicted in interface net.sf.ehcache.event.CacheEventListener

notifyElementExpired

public void notifyElementExpired(net.sf.ehcache.Ehcache arg0,
                                 net.sf.ehcache.Element arg1)
Deprecated. 
Specified by:
notifyElementExpired in interface net.sf.ehcache.event.CacheEventListener

notifyElementPut

public void notifyElementPut(net.sf.ehcache.Ehcache arg0,
                             net.sf.ehcache.Element arg1)
                      throws net.sf.ehcache.CacheException
Deprecated. 
Specified by:
notifyElementPut in interface net.sf.ehcache.event.CacheEventListener
Throws:
net.sf.ehcache.CacheException

notifyElementRemoved

public void notifyElementRemoved(net.sf.ehcache.Ehcache arg0,
                                 net.sf.ehcache.Element arg1)
                          throws net.sf.ehcache.CacheException
Deprecated. 
Specified by:
notifyElementRemoved in interface net.sf.ehcache.event.CacheEventListener
Throws:
net.sf.ehcache.CacheException

notifyElementUpdated

public void notifyElementUpdated(net.sf.ehcache.Ehcache arg0,
                                 net.sf.ehcache.Element arg1)
                          throws net.sf.ehcache.CacheException
Deprecated. 
Specified by:
notifyElementUpdated in interface net.sf.ehcache.event.CacheEventListener
Throws:
net.sf.ehcache.CacheException

notifyRemoveAll

public void notifyRemoveAll(net.sf.ehcache.Ehcache arg0)
Deprecated. 
Specified by:
notifyRemoveAll in interface net.sf.ehcache.event.CacheEventListener

clone

public Object clone()
             throws CloneNotSupportedException
Deprecated. 
Specified by:
clone in interface net.sf.ehcache.event.CacheEventListener
Overrides:
clone in class Object
Throws:
CloneNotSupportedException


Copyright © 2012. All Rights Reserved.