stale.exists
STRING, read-only.
Available in all subroutines.
Specifies if a given object has stale content
in cache. Returns true
or false
.
Try it out
stale.exists
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.
Serve stale to search crawlers
Prioritize human traffic over search crawlers by serving stale content to crawlers.
Serve stale on origin failure
Deal with all potential scenarios for using stale content to satisfy requests when origin is unhealthy or misbehaving.