cachePolicy property

CachePolicy? cachePolicy
getter/setter pair

Cache policy that sets 'Cache-Control' headers for this instance.

If null (the default), no 'Cache-Control' headers are applied. Otherwise, the value returned by CachePolicy.headerValue will be applied to this instance for the header name 'Cache-Control'.

Implementation

CachePolicy? cachePolicy;