ehcache

Uses of Class
net.sf.ehcache.config.CacheConfiguration.CacheDecoratorFactoryConfiguration

Packages that use CacheConfiguration.CacheDecoratorFactoryConfiguration
net.sf.ehcache.config This package contains the cache configuration code. 
 

Uses of CacheConfiguration.CacheDecoratorFactoryConfiguration in net.sf.ehcache.config
 

Fields in net.sf.ehcache.config with type parameters of type CacheConfiguration.CacheDecoratorFactoryConfiguration
protected  List<CacheConfiguration.CacheDecoratorFactoryConfiguration> CacheConfiguration.cacheDecoratorConfigurations
          The cache decorator factories added by BeanUtils.
 

Methods in net.sf.ehcache.config that return types with arguments of type CacheConfiguration.CacheDecoratorFactoryConfiguration
 List<CacheConfiguration.CacheDecoratorFactoryConfiguration> CacheConfiguration.getCacheDecoratorConfigurations()
          Accessor
 

Methods in net.sf.ehcache.config with parameters of type CacheConfiguration.CacheDecoratorFactoryConfiguration
 void CacheConfiguration.addCacheDecoratorFactory(CacheConfiguration.CacheDecoratorFactoryConfiguration factory)
          Used by BeanUtils to add each cacheDecoratorFactory to the cache configuration.
 


ehcache

Copyright 2001-2017, Terracotta, Inc.