org.broadleafcommerce.common.extensibility.cache.ehcache
Class MergeEhCacheManagerFactoryBean
java.lang.Object
org.springframework.cache.ehcache.EhCacheManagerFactoryBean
org.broadleafcommerce.common.extensibility.cache.ehcache.MergeEhCacheManagerFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<net.sf.ehcache.CacheManager>, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
public class MergeEhCacheManagerFactoryBean
- extends org.springframework.cache.ehcache.EhCacheManagerFactoryBean
- implements org.springframework.context.ApplicationContextAware
| Fields inherited from class org.springframework.cache.ehcache.EhCacheManagerFactoryBean |
logger |
| Methods inherited from class org.springframework.cache.ehcache.EhCacheManagerFactoryBean |
afterPropertiesSet, destroy, getObject, getObjectType, isSingleton, setCacheManagerName, setConfigLocation, setShared |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mergedCacheConfigLocations
protected Set<String> mergedCacheConfigLocations
configLocations
protected List<org.springframework.core.io.Resource> configLocations
MergeEhCacheManagerFactoryBean
public MergeEhCacheManagerFactoryBean()
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
configureMergedItems
@PostConstruct
public void configureMergedItems()
setConfigLocations
public void setConfigLocations(List<org.springframework.core.io.Resource> configLocations)
throws org.springframework.beans.BeansException
- Throws:
org.springframework.beans.BeansException
Copyright © 2012. All Rights Reserved.