Class CacheControlFeature

  • All Implemented Interfaces:
    jakarta.ws.rs.container.DynamicFeature

    public class CacheControlFeature
    extends Object
    implements jakarta.ws.rs.container.DynamicFeature
    Version:
    $Revision: 1 $
    Author:
    Bill Burke
    • Constructor Detail

      • CacheControlFeature

        public CacheControlFeature()
    • Method Detail

      • configure

        public void configure​(jakarta.ws.rs.container.ResourceInfo resourceInfo,
                              jakarta.ws.rs.core.FeatureContext configurable)
        Specified by:
        configure in interface jakarta.ws.rs.container.DynamicFeature
      • initCacheControl

        protected jakarta.ws.rs.core.CacheControl initCacheControl​(Cache methodCached)
      • initCacheControl

        protected jakarta.ws.rs.core.CacheControl initCacheControl​(NoCache value)