org.broadleafcommerce.common.extensibility.cache.ehcache
Class MergeEhCacheManagerFactoryBean

java.lang.Object
  extended by org.springframework.cache.ehcache.EhCacheManagerFactoryBean
      extended by org.broadleafcommerce.common.extensibility.cache.ehcache.MergeEhCacheManagerFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean<net.sf.ehcache.CacheManager>, org.springframework.beans.factory.InitializingBean

public class MergeEhCacheManagerFactoryBean
extends org.springframework.cache.ehcache.EhCacheManagerFactoryBean


Field Summary
 
Fields inherited from class org.springframework.cache.ehcache.EhCacheManagerFactoryBean
logger
 
Constructor Summary
MergeEhCacheManagerFactoryBean()
           
 
Method Summary
 void setConfigLocations(List<org.springframework.core.io.Resource> configLocations)
           
 
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
 

Constructor Detail

MergeEhCacheManagerFactoryBean

public MergeEhCacheManagerFactoryBean()
Method Detail

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.