クラス AspectJJCacheConfiguration

実装されたすべてのインターフェース:
AwareImportAware

@Configuration(proxyBeanMethods=false) @Role(2) public class AspectJJCacheConfiguration extends AbstractJCacheConfiguration
標準 JSR-107 アノテーションの AspectJ ベースのアノテーション駆動型キャッシュ管理を有効にするために必要な Spring インフラストラクチャ Bean を登録する @Configuration クラス。
導入:
4.1
作成者:
Stephane Nicoll
関連事項:
  • コンストラクターの詳細

    • AspectJJCacheConfiguration

      public AspectJJCacheConfiguration()
  • メソッドの詳細

    • cacheAspect

      @Bean(name="org.springframework.cache.config.internalJCacheAspect") @Role(2) public org.springframework.cache.aspectj.JCacheCacheAspect cacheAspect(JCacheOperationSource jCacheOperationSource)