Cache - Liquid Tag Reference
On this page
The cache block tag stores rendered output so it can be reused without re-processing. Wrap expensive queries or computations inside {% cache %}...{% endcache %} to improve page load performance.
Syntax
```liquid
{% cache %} {% endcache %} ```
| Property | Value |
|---|---|
| Tag Name | cache |
| Type | Block tag |
| Source | Hydrofoil (core) |
Description
The cache tag provides functionality in StoreConnect Liquid templates.
Was this article helpful?
Thanks for your feedback! It helps us improve our docs.