|
ehcache | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(java.lang.String cacheName)
Adds a Cache based on the defaultCache with the given name. |
void |
CacheManager.addCache(Cache cache)
Adds a Cache to the CacheManager. |
Uses of ObjectExistsException in net.sf.ehcache.config |
Methods in net.sf.ehcache.config that throw ObjectExistsException | |
void |
Configuration.addDiskStore(DiskStoreConfiguration diskStoreConfigurationParameter)
Allows BeanHandler to add disk store location 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.addCache(CacheConfiguration cacheConfiguration)
Allows BeanHandler to add Cache Configurations to the configuration. |
|
ehcache | ||||||||||
PREV NEXT | FRAMES NO FRAMES |