Class 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 Detail

      • CollectMetricsPredicate

        public CollectMetricsPredicate()
    • Method Detail

      • test

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