Incremental build and caching data
coxmi opened this issue · 0 comments
coxmi commented
There are a few ways this could happen, which I'll document here:
- Global cache timeout for data function exports (
content
andcollection
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