Josesito
Explore posts from serversHow does `query` cache actually work?
Caches are tricky and the docs do not explain the usage details, here are some questions:
- When is the cached value invalidated?
- Why do I want to use this cache?
- When could I run into issues with stale data by using this cache?
I read through the docs already:
- https://docs.solidjs.com/solid-router/reference/data-apis/query
16 replies