クラス AspectJJCacheConfiguration
java.lang.ObjectSE
org.springframework.cache.annotation.AbstractCachingConfiguration
org.springframework.cache.jcache.config.AbstractJCacheConfiguration
org.springframework.cache.aspectj.AspectJJCacheConfiguration
- 実装されているすべてのインターフェース:
- Aware,- ImportAware
@Configuration(proxyBeanMethods=false)
@Role(2)
public class AspectJJCacheConfiguration
extends AbstractJCacheConfiguration
 標準 JSR-107 アノテーションの AspectJ ベースのアノテーション駆動型キャッシュ管理を有効にするために必要な Spring インフラストラクチャ Bean を登録する 
@Configuration クラス。- 導入:
- 4.1
- 作成者:
- Stephane Nicoll
- 関連事項:
- ネストされたクラスの要約- クラス org.springframework.cache.annotation.AbstractCachingConfiguration から継承されたネストクラス / インターフェース- AbstractCachingConfiguration.CachingConfigurerSupplier
- フィールドのサマリー- クラス org.springframework.cache.jcache.config.AbstractJCacheConfiguration から継承されたフィールド- exceptionCacheResolver- クラス org.springframework.cache.annotation.AbstractCachingConfiguration から継承されたフィールド- cacheManager, cacheResolver, enableCaching, errorHandler, keyGenerator
- コンストラクターの概要コンストラクター
- メソッドのサマリー修飾子と型メソッド説明- org.springframework.cache.aspectj.JCacheCacheAspect- cacheAspect- (JCacheOperationSource jCacheOperationSource) - クラス org.springframework.cache.jcache.config.AbstractJCacheConfiguration から継承されたメソッド- cacheOperationSource, useCachingConfigurer- クラス org.springframework.cache.annotation.AbstractCachingConfiguration から継承されたメソッド- setImportMetadata
- コンストラクターの詳細- AspectJJCacheConfigurationpublic AspectJJCacheConfiguration()
 
- メソッドの詳細- cacheAspect@Bean(name="org.springframework.cache.config.internalJCacheAspect") @Role(2) public org.springframework.cache.aspectj.JCacheCacheAspect cacheAspect- (JCacheOperationSource jCacheOperationSource)