Uses of Class
net.sf.ehcache.config.CacheConfiguration.CacheEventListenerFactoryConfiguration
-
Packages that use CacheConfiguration.CacheEventListenerFactoryConfiguration Package Description net.sf.ehcache.config This package contains the cache configuration code. -
-
Uses of CacheConfiguration.CacheEventListenerFactoryConfiguration in net.sf.ehcache.config
Fields in net.sf.ehcache.config with type parameters of type CacheConfiguration.CacheEventListenerFactoryConfiguration Modifier and Type Field Description protected java.util.List<CacheConfiguration.CacheEventListenerFactoryConfiguration>CacheConfiguration. cacheEventListenerConfigurationsThe event listener factories added by BeanUtils.Methods in net.sf.ehcache.config that return CacheConfiguration.CacheEventListenerFactoryConfiguration Modifier and Type Method Description CacheConfiguration.CacheEventListenerFactoryConfigurationCacheConfiguration.CacheEventListenerFactoryConfiguration. listenFor(java.lang.String listenFor)Methods in net.sf.ehcache.config with parameters of type CacheConfiguration.CacheEventListenerFactoryConfiguration Modifier and Type Method Description voidCacheConfiguration. addCacheEventListenerFactory(CacheConfiguration.CacheEventListenerFactoryConfiguration factory)Used by BeanUtils to add cacheEventListenerFactory elements to the cache configuration.CacheConfigurationCacheConfiguration. cacheEventListenerFactory(CacheConfiguration.CacheEventListenerFactoryConfiguration factory)
-