Class CachingEnabledCondition
- java.lang.Object
 - 
- com.oracle.coherence.spring.boot.autoconfigure.CachingEnabledCondition
 
 
- 
- All Implemented Interfaces:
 Condition
public class CachingEnabledCondition extends java.lang.Object implements 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(ConditionContext context, AnnotatedTypeMetadata metadata) 
 - 
 
- 
- 
Method Detail
- 
matches
public boolean matches(ConditionContext context, AnnotatedTypeMetadata metadata)
 
 - 
 
 -