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