Durable cache on Netlify
I need to remember this interesting technique so let me write a blog post.
I read this on Jason Lengstorf’s blog.
Basically we can use Netlify’s Durable Caching to cache responses of Netlify’s serverless functions, shared across all edge nodes.
Here’s the documentation about them on Netlify, and a blog post on how to use them within Astro.
I wrote 21 books to help you become a better developer:
- HTML Handbook
- Next.js Pages Router Handbook
- Alpine.js Handbook
- HTMX Handbook
- TypeScript Handbook
- React Handbook
- SQL Handbook
- Git Cheat Sheet
- Laravel Handbook
- Express Handbook
- Swift Handbook
- Go Handbook
- PHP Handbook
- Python Handbook
- Linux Commands Handbook
- C Handbook
- JavaScript Handbook
- Svelte Handbook
- CSS Handbook
- Node.js Handbook
- Vue Handbook