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

public class OnEhCacheMissingCondition extends OnEhCacheCondition
Condition specifying that ehcache is not on the classpath
Author:
Jay Aisenbrey (cja769)
  • 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 interface org.springframework.context.annotation.Condition
      Overrides:
      matches in class OnEhCacheCondition