Class OnEnabledCacheCondition
- java.lang.Object
 - 
- org.springframework.boot.autoconfigure.condition.SpringBootCondition
 - 
- org.springframework.boot.autoconfigure.condition.AbstractNestedCondition
 - 
- org.springframework.boot.autoconfigure.condition.NoneNestedConditions
 - 
- com.broadleafcommerce.common.extension.cache.condition.OnEnabledCacheCondition
 
 
 
 
 
- 
- All Implemented Interfaces:
 org.springframework.context.annotation.Condition,org.springframework.context.annotation.ConfigurationCondition
public class OnEnabledCacheCondition extends org.springframework.boot.autoconfigure.condition.NoneNestedConditionsGate configuration based on spring cache type not being set to "NONE".- Author:
 - Jeff Fischer
 
 
- 
- 
Method Summary
- 
Methods inherited from class org.springframework.boot.autoconfigure.condition.NoneNestedConditions
getFinalMatchOutcome 
- 
Methods inherited from class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition
getConfigurationPhase, getMatchOutcome 
- 
Methods inherited from class org.springframework.boot.autoconfigure.condition.SpringBootCondition
anyMatches, logOutcome, matches, matches 
 - 
 
 -