MemoryLocalCache interface

SDK にメモリ内キャッシュを提供します。明示的に構成されていない限り、これがデフォルトのキャッシュです。

使用するには、ファクトリ関数を使用してインスタンスを作成し、インスタンスを FirestoreSettings.cache に設定し、設定オブジェクトを使用して initializeFirestore を呼び出します。

署名:

export declare interface MemoryLocalCache 

プロパティ

プロパティ 説明
種類 'メモリ'

MemoryLocalCache.kind

署名:

kind: 'memory';