Uses of Class
jakarta.ws.rs.core.CacheControl
Package
Description
The JAX-RS client API
Low-level interfaces and annotations used to create RESTful service resources.
-
Uses of CacheControl in jakarta.ws.rs.client
Modifier and TypeMethodDescriptionInvocation.Builder.cacheControl
(CacheControl cacheControl) Set the cache control data of the message. -
Uses of CacheControl in jakarta.ws.rs.core
Modifier and TypeMethodDescriptionstatic CacheControl
Deprecated.This method will be removed in a future version.Modifier and TypeMethodDescriptionabstract Response.ResponseBuilder
Response.ResponseBuilder.cacheControl
(CacheControl cacheControl) Set the cache control data of the message.