类 CachingConfigurationSelector

java.lang.Object
cn.taketoday.context.annotation.AdviceModeImportSelector<EnableCaching>
cn.taketoday.cache.annotation.CachingConfigurationSelector
所有已实现的接口:
ImportSelector

public class CachingConfigurationSelector extends AdviceModeImportSelector<EnableCaching>
Selects which implementation of AbstractCachingConfiguration should be used based on the value of EnableCaching.mode() on the importing @Configuration class.

Detects the presence of JSR-107 and enables JCache support accordingly.

从以下版本开始:
4.0
作者:
Chris Beams, Stephane Nicoll
另请参阅:
  • 构造器详细资料

    • CachingConfigurationSelector

      public CachingConfigurationSelector()
  • 方法详细资料