Stay organized with collections
Save and categorize content based on your preferences.
Provides an in-memory cache to the SDK. This is the default cache unless explicitly configured otherwise.
To use, create an instance using the factory function , then set the instance to FirestoreSettings.cache and call initializeFirestore using the settings object.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-03-30 UTC."],[],[],null,["# MemoryLocalCache interface\n\nProvides an in-memory cache to the SDK. This is the default cache unless explicitly configured otherwise.\n\nTo use, create an instance using the factory function , then set the instance to `FirestoreSettings.cache` and call `initializeFirestore` using the settings object.\n\n**Signature:** \n\n export declare interface MemoryLocalCache \n\nProperties\n----------\n\n| Property | Type | Description |\n|---------------------------------------------------------------|----------|-------------|\n| [kind](./firestore_.memorylocalcache.md#memorylocalcachekind) | 'memory' | |\n\nMemoryLocalCache.kind\n---------------------\n\n**Signature:** \n\n kind: 'memory';"]]