クラス ProxyCachingConfiguration
java.lang.ObjectSE
org.springframework.cache.annotation.AbstractCachingConfiguration
org.springframework.cache.annotation.ProxyCachingConfiguration
- 実装されたすべてのインターフェース:
Aware
,ImportAware
@Configuration(proxyBeanMethods=false)
@Role(2)
public class ProxyCachingConfiguration
extends AbstractCachingConfiguration
プロキシベースのアノテーション駆動型キャッシュ管理を有効にするために必要な Spring インフラストラクチャ Bean を登録する
@Configuration
クラス。- 導入:
- 3.1
- 作成者:
- Chris Beams, Juergen Hoeller
- 関連事項:
ネストされたクラスのサマリー
クラス org.springframework.cache.annotation.AbstractCachingConfiguration から継承されたネストクラス / インターフェース
AbstractCachingConfiguration.CachingConfigurerSupplier
フィールドのサマリー
クラス org.springframework.cache.annotation.AbstractCachingConfiguration から継承されたフィールド
cacheManager, cacheResolver, enableCaching, errorHandler, keyGenerator
コンストラクターのサマリー
コンストラクターメソッドのサマリー
修飾子と型メソッド説明cacheAdvisor
(CacheOperationSource cacheOperationSource, CacheInterceptor cacheInterceptor) cacheInterceptor
(CacheOperationSource cacheOperationSource) クラス org.springframework.cache.annotation.AbstractCachingConfiguration から継承されたメソッド
setImportMetadata, useCachingConfigurer
コンストラクターの詳細
ProxyCachingConfiguration
public ProxyCachingConfiguration()
メソッドの詳細
cacheAdvisor
@Bean(name="org.springframework.cache.config.internalCacheAdvisor") @Role(2) public BeanFactoryCacheOperationSourceAdvisor cacheAdvisor(CacheOperationSource cacheOperationSource, CacheInterceptor cacheInterceptor) cacheOperationSource
cacheInterceptor