Class CacheInvalidationJobConstants

java.lang.Object
com.adobe.acs.commons.httpcache.invalidator.CacheInvalidationJobConstants

public final class CacheInvalidationJobConstants extends Object
Constants for creating http cache invalidation jobs. Custom invalidation events could leverage these constants while creating and starting an invalidation job.
  • Field Details

    • TOPIC_HTTP_CACHE_INVALIDATION_JOB

      public static final String TOPIC_HTTP_CACHE_INVALIDATION_JOB
      Topic for the http cache invalidation job
      See Also:
    • PAYLOAD_KEY_DATA_CHANGE_PATH

      public static final String PAYLOAD_KEY_DATA_CHANGE_PATH
      Path for which the data is changed. If the cache config invalidation path pattern matches with this path and if there is a cache hit, that cache entry will be invalidated.
      See Also: