Caching of pages
Pages should be cachable, and incrementally statically rebuildable. This should either be a hook, or an export from the page component. We should also provide an API to let the user invalidate a cached page.
Is this possible with the current version of Deno Deploy? Do they have a CDN Cache API? I would love to help on this one.
Is this possible with the current version of Deno Deploy? Do they have a CDN Cache API?
The cache API does not exist yet. It is coming soon though. Let's hold off on this for a little longer.
That's awesome!
@lucacasonato Worth watching this video by Ryan Florence for caching
That would be awesome!
any updates on page caching ?