Object -
http
:
RequestCacheControl
Configures the cache control directives for an http:Request.
Methods
Builds the cache control directives string from the current http:RequestCacheControl configurations.
Fields
- noCache boolean (default false)
-
Sets the
no-cachedirective
- noStore boolean (default false)
-
Sets the
no-storedirective
- noTransform boolean (default false)
-
Sets the
no-transformdirective
- onlyIfCached boolean (default false)
-
Sets the
only-if-cacheddirective
- maxAge int (default -1)
-
Sets the
max-agedirective
- maxStale int (default -1)
-
Sets the
max-staledirective
- minFresh int (default -1)
-
Sets the
min-freshdirective