Create prebuilt option to choose localStorage as store for cache. Possible API: ```ts const Cache = createCacheGroup("localStorage"); ``` Query results should be cached in localStorage.
Create prebuilt option to choose localStorage as store for cache.
Possible API:
Query results should be cached in localStorage.