Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

PersistentLocalCache

Provides a persistent cache backed by IndexedDb to the SDK.

To use, create an instance using the factory function {@link persistentLocalCache()}, then set the instance to FirestoreSettings.cache and call initializeFirestore using the settings object.

interface PersistentLocalCache {
kind: "persistent";
}

§Properties

§
kind: "persistent"
[src]