NoCache
zio.http.Header.CacheControl.NoCache
case object NoCache extends CacheControl
The no-cache response directive indicates that the response can be stored in caches, but the response must be validated with the origin server before each reuse.
The no-cache request directive asks caches to validate the response with the origin server before reuse.
Attributes
- Graph
-
- Supertypes
- Self type
-
NoCache.type
Members list
Type members
Inherited types
The names of the product elements
Attributes
- Inherited from:
- Singleton
The mirrored *-type
Attributes
- Inherited from:
- Singleton
Attributes
- Inherited from:
- CacheControl
Inherited and Abstract types
The name of the type
Value members
Inherited methods
Create a new instance of type T
with elements taken from product p
.
Create a new instance of type T
with elements taken from product p
.
Attributes
- Inherited from:
- Singleton
Attributes
- Inherited from:
- Header
Attributes
- Definition Classes
- Inherited from:
- CacheControl
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Header
Attributes
- Definition Classes
- Inherited from:
- CacheControl
In this article