org.broadleafcommerce.common.cache.engine
Class AbstractHydratedCacheManager
java.lang.Object
org.broadleafcommerce.common.cache.engine.AbstractHydratedCacheManager
- All Implemented Interfaces:
- Cloneable, net.sf.ehcache.event.CacheEventListener, HydratedAnnotationManager, HydratedCacheManager
- Direct Known Subclasses:
- BigMemoryHydratedCacheManagerImpl, EhcacheHydratedCacheManagerImpl
public abstract class AbstractHydratedCacheManager
- extends Object
- implements net.sf.ehcache.event.CacheEventListener, HydratedCacheManager, HydratedAnnotationManager
- Author:
- jfischer
| Methods inherited from interface net.sf.ehcache.event.CacheEventListener |
notifyElementEvicted, notifyElementExpired, notifyElementPut, notifyElementRemoved, notifyElementUpdated, notifyRemoveAll |
AbstractHydratedCacheManager
public AbstractHydratedCacheManager()
getHydrationDescriptor
public HydrationDescriptor getHydrationDescriptor(Object entity)
- Specified by:
getHydrationDescriptor in interface HydratedAnnotationManager
getTopEntityClass
protected Class<?> getTopEntityClass(Object entity)
dispose
public void dispose()
- Specified by:
dispose in interface net.sf.ehcache.event.CacheEventListener
clone
public Object clone()
throws CloneNotSupportedException
- Specified by:
clone in interface net.sf.ehcache.event.CacheEventListener- Overrides:
clone in class Object
- Throws:
CloneNotSupportedException
Copyright © 2013. All Rights Reserved.