Uses of Class
jakarta.ws.rs.core.CacheControl
Package | Description |
---|---|
jakarta.ws.rs.client |
The JAX-RS client API
|
jakarta.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service resources.
|
-
Uses of CacheControl in jakarta.ws.rs.client
Methods in jakarta.ws.rs.client with parameters of type CacheControl Modifier and Type Method Description Invocation.Builder
Invocation.Builder. cacheControl(CacheControl cacheControl)
Set the cache control data of the message. -
Uses of CacheControl in jakarta.ws.rs.core
Methods in jakarta.ws.rs.core that return CacheControl Modifier and Type Method Description static CacheControl
CacheControl. valueOf(String value)
Deprecated.This method will be removed in a future version.Methods in jakarta.ws.rs.core with parameters of type CacheControl Modifier and Type Method Description abstract Response.ResponseBuilder
Response.ResponseBuilder. cacheControl(CacheControl cacheControl)
Set the cache control data of the message.