|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.cache.annotation.AbstractCachingConfiguration org.springframework.cache.annotation.ProxyCachingConfiguration
@Configuration public class ProxyCachingConfiguration
@Configuration
class that registers the Spring infrastructure beans necessary
to enable proxy-based annotation-driven cache management.
EnableCaching
,
CachingConfigurationSelector
Field Summary |
---|
Fields inherited from class org.springframework.cache.annotation.AbstractCachingConfiguration |
---|
cacheManager, enableCaching, keyGenerator |
Constructor Summary | |
---|---|
ProxyCachingConfiguration()
|
Method Summary | |
---|---|
BeanFactoryCacheOperationSourceAdvisor |
cacheAdvisor()
|
CacheInterceptor |
cacheInterceptor()
|
CacheOperationSource |
cacheOperationSource()
|
Methods inherited from class org.springframework.cache.annotation.AbstractCachingConfiguration |
---|
reconcileCacheManager, setImportMetadata |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProxyCachingConfiguration()
Method Detail |
---|
@Bean(name="org.springframework.cache.config.internalCacheAdvisor") @Role(value=2) public BeanFactoryCacheOperationSourceAdvisor cacheAdvisor()
@Bean @Role(value=2) public CacheOperationSource cacheOperationSource()
@Bean @Role(value=2) public CacheInterceptor cacheInterceptor()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |