[[["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-04-27 UTC."],[],[],null,["# MemoryCacheSettings interface\n\nAn settings object to configure an `MemoryLocalCache` instance.\n\n**Signature:** \n\n export declare interface MemoryCacheSettings \n\nProperties\n----------\n\n| Property | Type | Description |\n|---------------------------------------------------------------------------------------------|------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------|\n| [garbageCollector](./firestore_.memorycachesettings.md#memorycachesettingsgarbagecollector) | [MemoryGarbageCollector](./firestore_.md#memorygarbagecollector) | The garbage collector to use, for the memory cache layer. A `MemoryEagerGarbageCollector` is used when this is undefined. |\n\nMemoryCacheSettings.garbageCollector\n------------------------------------\n\nThe garbage collector to use, for the memory cache layer. A `MemoryEagerGarbageCollector` is used when this is undefined.\n\n**Signature:** \n\n garbageCollector?: MemoryGarbageCollector;"]]