Update partialCached.md (#1924)

* Update partialCached.md

Clarifying mechanics of `partialCached`

* incorporating jmooring's feedback
This commit is contained in:
Ivan Duka 2022-12-18 21:06:26 -08:00 committed by GitHub
parent 385487191b
commit 2cf8841b35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,8 @@ The `partialCached` template function can offer significant performance gains fo
**Note:** Each Site (or language) has its own `partialCached` cache, so each site will execute a partial once.
**Note**: Hugo renders pages in parallel, and will render the partial more than once with concurrent calls to the `partialCached` function. After Hugo caches the rendered partial, new pages entering the build pipeline will use the cached result.
Here is the simplest usage:
```