There are a few ways this could happen, which I'll document here:
- Global cache timeout for data function exports (
content and collection in templates)
- Passing context to data functions to determine cache invalidations in userland
- External files to separate templates and data, so data caches don't get needlessly cleared when the template changes
- A mixture of all of the above
There are a few ways this could happen, which I'll document here:
contentandcollectionin templates)