This is contingent on there being a localStorage cache adapter for NDK.
Local Storage
In Memory
NDKCacheAdapter:
https://github.com/nostr-dev-kit/ndk/blob/master/src/cache/index.ts
Example implementation (Redis):
https://github.com/nostr-dev-kit/ndk-cache-redis/blob/master/src/index.ts
This is contingent on there being a localStorage cache adapter for NDK.
Local Storage
In Memory
NDKCacheAdapter:
https://github.com/nostr-dev-kit/ndk/blob/master/src/cache/index.ts
Example implementation (Redis):
https://github.com/nostr-dev-kit/ndk-cache-redis/blob/master/src/index.ts