preventIntermediateProxyCaching property Null safety
final
Prevents a response from being cached by an intermediate proxy.
This sets 'Cache-Control: private' if true. Otherwise, 'Cache-Control: public' is used.
Implementation
final bool preventIntermediateProxyCaching;