Uses of Class
net.sf.ehcache.config.CacheConfiguration.CacheDecoratorFactoryConfiguration
-
Packages that use CacheConfiguration.CacheDecoratorFactoryConfiguration Package Description 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 Modifier and Type Field Description protected java.util.List<CacheConfiguration.CacheDecoratorFactoryConfiguration>CacheConfiguration. cacheDecoratorConfigurationsThe cache decorator factories added by BeanUtils.Methods in net.sf.ehcache.config that return types with arguments of type CacheConfiguration.CacheDecoratorFactoryConfiguration Modifier and Type Method Description java.util.List<CacheConfiguration.CacheDecoratorFactoryConfiguration>CacheConfiguration. getCacheDecoratorConfigurations()AccessorMethods in net.sf.ehcache.config with parameters of type CacheConfiguration.CacheDecoratorFactoryConfiguration Modifier and Type Method Description voidCacheConfiguration. addCacheDecoratorFactory(CacheConfiguration.CacheDecoratorFactoryConfiguration factory)Used by BeanUtils to add each cacheDecoratorFactory to the cache configuration.
-