Class CollectMetricsPredicate

java.lang.Object
com.atlassian.confluence.impl.vcache.CollectMetricsPredicate
All Implemented Interfaces:
Predicate<com.atlassian.vcache.internal.RequestContext>

public class CollectMetricsPredicate extends Object implements Predicate<com.atlassian.vcache.internal.RequestContext>
Since:
5.10
  • Constructor Details

    • CollectMetricsPredicate

      public CollectMetricsPredicate()
  • Method Details

    • test

      public boolean test(com.atlassian.vcache.internal.RequestContext requestContext)
      Specified by:
      test in interface Predicate<com.atlassian.vcache.internal.RequestContext>