Skip to content

Durable cache on Netlify

TypeScript Masterclass

AVAILABLE NOW with a 50% launch discount!

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 20 books to help you become a better developer:

  • JavaScript Handbook
  • TypeScript Handbook
  • CSS Handbook
  • Node.js Handbook
  • Astro Handbook
  • HTML Handbook
  • Next.js Pages Router Handbook
  • Alpine.js Handbook
  • HTMX Handbook
  • React Handbook
  • SQL Handbook
  • Git Cheat Sheet
  • Laravel Handbook
  • Express Handbook
  • Swift Handbook
  • Go Handbook
  • PHP Handbook
  • Python Handbook
  • Linux/Mac CLI Commands Handbook
  • C Handbook
...download them all now!

Related posts about services: