Uses of Class
javax.ws.rs.core.CacheControl
Packages that use CacheControl
Package
Description
Low-level interfaces and annotations used to create RESTful service
resources.
-
Uses of CacheControl in javax.ws.rs.core
Fields in javax.ws.rs.core with type parameters of type CacheControlModifier and TypeFieldDescriptionprivate static final RuntimeDelegate.HeaderDelegate
<CacheControl> CacheControl.delegate
Methods in javax.ws.rs.core that return CacheControlModifier and TypeMethodDescriptionstatic CacheControl
Creates a new instance of CacheControl by parsing the supplied string.Methods in javax.ws.rs.core with parameters of type CacheControlModifier and TypeMethodDescriptionabstract Response.ResponseBuilder
Response.ResponseBuilder.cacheControl
(CacheControl cacheControl) Set the cache control data on the ResponseBuilder.