|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheConfiguration | |
---|---|
net.sf.ehcache.config | This package contains the cache configuration code. |
Uses of CacheConfiguration in net.sf.ehcache.config |
---|
Methods in net.sf.ehcache.config that return CacheConfiguration | |
---|---|
CacheConfiguration |
Configuration.getDefaultCacheConfiguration()
|
Methods in net.sf.ehcache.config with parameters of type CacheConfiguration | |
---|---|
void |
Configuration.addCache(CacheConfiguration cacheConfiguration)
Allows BeanHandler to add Cache Configurations to the configuration. |
void |
Configuration.addDefaultCache(CacheConfiguration defaultCacheConfiguration)
Allows BeanHandler to add a default configuration to the configuration. |
(package private) Cache |
ConfigurationHelper.createCache(CacheConfiguration cacheConfiguration)
Create a cache given a cache configuration |
protected static void |
ConfigurationHelper.registerCacheListeners(CacheConfiguration cacheConfiguration,
RegisteredEventListeners registeredEventListeners)
A factory method to create a RegisteredEventListeners |
void |
Configuration.setDefaultCacheConfiguration(CacheConfiguration defaultCacheConfiguration)
|
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |