obj.is_pci

BOOL, read-only.

Available inhitdelivererrorlog

Whether the object is prevented from being stored in non-volatile memory.

Try it out

obj.is_pci 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 PCI flag to disable persistent cache storage

PCI-compliant caching requires caching only in volatile storage, which you can enable with beresp.pci in VCL.