MemoryLocalCache interface

SDK에 메모리 내 캐시를 제공합니다. 달리 명시적으로 구성하지 않는 한 이는 기본 캐시입니다.

사용하려면 팩토리 함수를 사용하여 인스턴스를 생성한 다음 인스턴스를 FirestoreSettings.cache 로 설정하고 설정 개체를 사용하여 initializeFirestore 호출합니다.

서명:

export declare interface MemoryLocalCache 

속성

재산 유형 설명
친절한 '메모리'

MemoryLocalCache.kind

서명:

kind: 'memory';