Package io.dropwizard.jersey.caching
Class CacheControlledResponseFeature
java.lang.Object
io.dropwizard.jersey.caching.CacheControlledResponseFeature
- All Implemented Interfaces:
jakarta.ws.rs.container.DynamicFeature
@Provider
public class CacheControlledResponseFeature
extends Object
implements jakarta.ws.rs.container.DynamicFeature
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(jakarta.ws.rs.container.ResourceInfo resourceInfo, jakarta.ws.rs.core.FeatureContext configuration)
-
Constructor Details
-
CacheControlledResponseFeature
public CacheControlledResponseFeature()
-
-
Method Details
-
configure
public void configure(jakarta.ws.rs.container.ResourceInfo resourceInfo, jakarta.ws.rs.core.FeatureContext configuration) - Specified by:
configure
in interfacejakarta.ws.rs.container.DynamicFeature
-