beresp.hipaa

BOOL, can be read and set, but not unset.

Available infetch

Specifies that content not be cached in non-volatile memory to help customers meet HIPAA security requirements. See our guide on HIPAA and caching PHI for instructions on enabling this feature for your account.

Try it out

beresp.hipaa is used in the following code examples. Examples apply VCL to real-world use cases and can be deployed as they are, or adapted for your own service. See the full list of code examples for more inspiration.

Click RUN on a sample below to provision a Fastly service, execute the code on Fastly, and see how the function behaves.

Set HIPAA flag to disable persistent cache storage

HIPAA-compliant caching requires caching only in volatile storage, which you can enable with `beresp.hipaa` in VCL.