@Configuration @EnableCaching public class CacheConfigBean extends Object implements org.springframework.cache.annotation.CachingConfigurer
| 构造器和说明 |
|---|
CacheConfigBean() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.cache.CacheManager |
cacheManager() |
org.springframework.cache.interceptor.CacheResolver |
cacheResolver() |
org.springframework.cache.interceptor.CacheErrorHandler |
errorHandler() |
org.springframework.cache.interceptor.KeyGenerator |
keyGenerator() |
public org.springframework.cache.CacheManager cacheManager()
cacheManager 在接口中 org.springframework.cache.annotation.CachingConfigurerpublic org.springframework.cache.interceptor.CacheResolver cacheResolver()
cacheResolver 在接口中 org.springframework.cache.annotation.CachingConfigurerpublic org.springframework.cache.interceptor.KeyGenerator keyGenerator()
keyGenerator 在接口中 org.springframework.cache.annotation.CachingConfigurerpublic org.springframework.cache.interceptor.CacheErrorHandler errorHandler()
errorHandler 在接口中 org.springframework.cache.annotation.CachingConfigurerCopyright © 2017 airlenet. All rights reserved.