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