クラス 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
コンストラクターの詳細
AspectJJCacheConfiguration
public AspectJJCacheConfiguration()
メソッドの詳細
cacheAspect
@Bean(name="org.springframework.cache.config.internalJCacheAspect") @Role(2) public org.springframework.cache.aspectj.JCacheCacheAspect cacheAspect(JCacheOperationSource jCacheOperationSource)