Object -
http
:
RequestCacheControl
Configures cache control directives for a Request
.
Methods
Fields
- noCache boolean (default false)
-
Sets the
no-cache
directive
- noStore boolean (default false)
-
Sets the
no-store
directive
- noTransform boolean (default false)
-
Sets the
no-transform
directive
- onlyIfCached boolean (default false)
-
Sets the
only-if-cached
directive
- maxAge int (default -1)
-
Sets the
max-age
directive
- maxStale int (default -1)
-
Sets the
max-stale
directive
- minFresh int (default -1)
-
Sets the
min-fresh
directive