Class CachingEnabledCondition
- java.lang.Object
-
- com.oracle.coherence.spring.boot.autoconfigure.CachingEnabledCondition
-
- All Implemented Interfaces:
org.springframework.context.annotation.Condition
public class CachingEnabledCondition extends Object implements org.springframework.context.annotation.Condition
A SpringConditionthat matches if theEnableCachingannotation is specified in the application context.- Since:
- 3.0
- Author:
- Gunnar Hillert
-
-
Constructor Summary
Constructors Constructor Description CachingEnabledCondition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatches(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)
-