ehcache

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

Packages that use CacheConfiguration.CacheEventListenerFactoryConfiguration
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
protected  List<CacheConfiguration.CacheEventListenerFactoryConfiguration> CacheConfiguration.cacheEventListenerConfigurations
          The event listener factories added by BeanUtils.
 

Methods in net.sf.ehcache.config that return CacheConfiguration.CacheEventListenerFactoryConfiguration
 CacheConfiguration.CacheEventListenerFactoryConfiguration CacheConfiguration.CacheEventListenerFactoryConfiguration.listenFor(String listenFor)
           
 

Methods in net.sf.ehcache.config with parameters of type CacheConfiguration.CacheEventListenerFactoryConfiguration
 void CacheConfiguration.addCacheEventListenerFactory(CacheConfiguration.CacheEventListenerFactoryConfiguration factory)
          Used by BeanUtils to add cacheEventListenerFactory elements to the cache configuration.
 CacheConfiguration CacheConfiguration.cacheEventListenerFactory(CacheConfiguration.CacheEventListenerFactoryConfiguration factory)
           
 


ehcache

Copyright © 2003-2012 Terracotta, Inc.. All Rights Reserved.