Class CachingConfigurationSelector

java.lang.Object
org.springframework.context.annotation.AdviceModeImportSelector<EnableCaching>
org.springframework.cache.annotation.CachingConfigurationSelector
All Implemented Interfaces:
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.

Since:
3.1
Author:
Chris Beams, Stephane Nicoll
See Also:
  • Constructor Details

    • CachingConfigurationSelector

      public CachingConfigurationSelector()
  • Method Details