Expand description
Generic fetch-with-cache pattern.
Encapsulates the repeated logic: check cache โ fetch API โ save โ fallback to stale.
Functionsยง
- fetch_
with_ cache - Fetch data with cache fallback.
Generic fetch-with-cache pattern.
Encapsulates the repeated logic: check cache โ fetch API โ save โ fallback to stale.