クラス AbstractCachingConfiguration

java.lang.ObjectSE
org.springframework.cache.annotation.AbstractCachingConfiguration
実装されたすべてのインターフェース:
AwareImportAware
既知の直属サブクラス
AbstractJCacheConfigurationAspectJCachingConfigurationProxyCachingConfiguration

@Configuration(proxyBeanMethods=false) public abstract class AbstractCachingConfiguration extends ObjectSE implements ImportAware
Spring のアノテーション駆動型キャッシュ管理機能を有効にするための共通構造を提供する抽象ベース @Configuration クラス。
導入:
3.1
作成者:
Chris Beams, Stephane Nicoll, Juergen Hoeller
関連事項: