We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4264fd commit d9d5ecdCopy full SHA for d9d5ecd
firestore/src/include/firebase/firestore/local_cache_settings.h
@@ -179,6 +179,11 @@ class MemoryGarbageCollectorSettings {
179
180
private:
181
friend class MemoryCacheSettings;
182
+ friend class MemoryEagerGCSettings;
183
+ friend class MemoryLruGCSettings;
184
+
185
+ MemoryGarbageCollectorSettings() = default;
186
187
virtual const MemoryGarbageCollectorSettingsInternal& internal() const = 0;
188
};
189
0 commit comments