Class: RequestCacheControl
Configures the cache control directives for an http:Request
.
Methods
buildCacheControlDirectives | Builds the cache control directives string from the current |
Fields
- noCache boolean(default false)
- noStore boolean(default false)
- noTransform boolean(default false)
- onlyIfCached boolean(default false)
- maxAge decimal(default -1)
- maxStale decimal(default -1)
- minFresh decimal(default -1)
Sets the no-cache
directive
Sets the no-store
directive
Sets the no-transform
directive
Sets the only-if-cached
directive
Sets the max-age
directive
Sets the max-stale
directive
Sets the min-fresh
directive