Class CacheControlMatcher

java.lang.Object
org.pac4j.core.matching.matcher.CacheControlMatcher
All Implemented Interfaces:
Matcher

public class CacheControlMatcher extends Object implements Matcher
Cache control header matcher.
Since:
4.0.0
Author:
Jerome Leleu
  • Constructor Details

    • CacheControlMatcher

      public CacheControlMatcher()
  • Method Details

    • matches

      public boolean matches(CallContext ctx)
      Check if the context matches.
      Specified by:
      matches in interface Matcher
      Parameters:
      ctx - the context
      Returns:
      whether the context matches