public class SpringCacheConfigurationFactory extends Object
| Constructor and Description |
|---|
SpringCacheConfigurationFactory() |
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.cache.CacheManager |
newCacheManager(org.springframework.cache.CacheManager... cacheCacheManager)
Factory method for create the new composite
CacheManager from the given
CacheManager's. |
static org.springframework.cache.ehcache.EhCacheCacheManager |
newEhCacheCacheManager(org.springframework.cache.ehcache.EhCacheManagerFactoryBean cacheManagerFactoryBean)
Factory method for create the new
EhCacheCacheManager object from the given
EhCacheManagerFactoryBean object. |
static org.springframework.cache.ehcache.EhCacheManagerFactoryBean |
newEhCacheManagerFactoryBean(String ehcacheXmlFilename)
Factory method for create the new
EhCacheManagerFactoryBean object from the given
file name as String object. |
static org.springframework.cache.interceptor.CacheErrorHandler |
newSimpleCacheErrorHandler()
Factory method for create the new
SimpleCacheErrorHandler object. |
static org.springframework.cache.interceptor.CacheResolver |
newSimpleCacheResolver()
Factory method for create the new
SimpleCacheResolver object. |
static org.springframework.cache.interceptor.KeyGenerator |
newSimpleKeyGenerator()
Factory method for create the new
SimpleKeyGenerator object. |
public static org.springframework.cache.CacheManager newCacheManager(org.springframework.cache.CacheManager... cacheCacheManager)
CacheManager from the given
CacheManager's.cacheCacheManager - the cache cache managerCacheManagerpublic static org.springframework.cache.interceptor.KeyGenerator newSimpleKeyGenerator()
SimpleKeyGenerator object.SimpleKeyGeneratorpublic static org.springframework.cache.interceptor.CacheResolver newSimpleCacheResolver()
SimpleCacheResolver object.SimpleCacheResolverpublic static org.springframework.cache.interceptor.CacheErrorHandler newSimpleCacheErrorHandler()
SimpleCacheErrorHandler object.SimpleCacheErrorHandlerpublic static org.springframework.cache.ehcache.EhCacheManagerFactoryBean newEhCacheManagerFactoryBean(String ehcacheXmlFilename)
EhCacheManagerFactoryBean object from the given
file name as String object.ehcacheXmlFilename - the xml filenameEhCacheManagerFactoryBeanpublic static org.springframework.cache.ehcache.EhCacheCacheManager newEhCacheCacheManager(org.springframework.cache.ehcache.EhCacheManagerFactoryBean cacheManagerFactoryBean)
EhCacheCacheManager object from the given
EhCacheManagerFactoryBean object.cacheManagerFactoryBean - the EhCacheManagerFactoryBean objectEhCacheCacheManagerCopyright © 2015–2018 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.