Uses of Class
javax.ws.rs.core.CacheControl
-
Packages that use CacheControl Package Description javax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. -
-
Uses of CacheControl in javax.ws.rs.core
Methods in javax.ws.rs.core that return CacheControl Modifier and Type Method Description static CacheControlCacheControl. valueOf(String value)Creates a new instance of CacheControl by parsing the supplied string.Methods in javax.ws.rs.core with parameters of type CacheControl Modifier and Type Method Description abstract Response.ResponseBuilderResponse.ResponseBuilder. cacheControl(CacheControl cacheControl)Set the cache control data on the ResponseBuilder.
-