coxmi/toast

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 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