|
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)
Use this to add a Cache . |
void |
CacheManager.addCache(Cache cache)
Use this to add a Cache . |
Uses of ObjectExistsException in net.sf.ehcache.config |
Methods in net.sf.ehcache.config that throw ObjectExistsException | |
void |
Configuration.addDiskStore(Configuration.DiskStore diskStore)
Allows BeanHandler to add disk store location to the configuration |
void |
Configuration.addDefaultCache(Configuration.DefaultCache defaultCache)
Allows BeanHandler to add disk caches to the configuration |
void |
Configuration.addCache(Configuration.Cache cache)
Allows BeanHandler to add disk caches to the configuration |
|
ehcache | ||||||||||
PREV NEXT | FRAMES NO FRAMES |