Skip to content
Nuxt Cache
Gallery
How it works
FAQ
About
GitHub ↗
FAQ
Questions about the cache
The short answers. The timeline on "How it works" has the long ones.
What was the motivation to build something like this?
Why cache a public API at all?
What does each layer actually store?
What is Vue Query, and what does it do here?
Is Vue Query actually needed here?
Why a Nitro cache and Redis? Isn't one enough?
What is the difference between defineCachedFunction and defineCachedEventHandler?
Why does the Nitro layer cache a function here and not the route?
Why isn't the rendered HTML cached too?
Why is the first load of a picture slow and the second instant?
How long does anything stay cached?
Would you build a production app exactly like this?