Class OnEhCacheMissingCondition
java.lang.Object
org.broadleafcommerce.common.extensibility.cache.ehcache.OnEhCacheCondition
org.broadleafcommerce.common.extensibility.cache.OnEhCacheMissingCondition
- All Implemented Interfaces:
org.springframework.context.annotation.Condition
Condition specifying that ehcache is not on the classpath
- Author:
- Jay Aisenbrey (cja769)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
matches
(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)
-
Constructor Details
-
OnEhCacheMissingCondition
public OnEhCacheMissingCondition()
-
-
Method Details
-
matches
public boolean matches(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata) - Specified by:
matches
in interfaceorg.springframework.context.annotation.Condition
- Overrides:
matches
in classOnEhCacheCondition
-