ehcache

Uses of Class
net.sf.ehcache.ObjectExistsException

Packages that use ObjectExistsException
net.sf.ehcache This package contains the public API for using ehcache. 
net.sf.ehcache.config This package contains the cache configuration code. 
 

Uses of ObjectExistsException in net.sf.ehcache
 

Methods in net.sf.ehcache that throw ObjectExistsException
 void CacheManager.addCache(Cache cache)
          Adds a Cache to the CacheManager.
 void CacheManager.addCache(Ehcache cache)
          Adds an Ehcache to the CacheManager.
 void CacheManager.addCache(JCache jCache)
          Adds a Cache to the CacheManager.
 void CacheManager.addCache(java.lang.String cacheName)
          Adds a Ehcache based on the defaultCache with the given name.
 

Uses of ObjectExistsException in net.sf.ehcache.config
 

Methods in net.sf.ehcache.config that throw ObjectExistsException
 void Configuration.addCache(CacheConfiguration cacheConfiguration)
          Allows BeanHandler to add Cache Configurations to the configuration.
 void Configuration.addCacheManagerEventListenerFactory(FactoryConfiguration cacheManagerEventListenerFactoryConfiguration)
          Allows BeanHandler to add the CacheManagerEventListener to the configuration.
 void Configuration.addDefaultCache(CacheConfiguration defaultCacheConfiguration)
          Allows BeanHandler to add a default configuration to the configuration.
 void Configuration.addDiskStore(DiskStoreConfiguration diskStoreConfigurationParameter)
          Allows BeanHandler to add disk store location to the configuration.
 


ehcache