File tree 1 file changed +4
-4
lines changed
firebase-firestore/src/main/java/com/google/firebase/firestore 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
@ PublicApi
26
26
public final class FirebaseFirestoreSettings {
27
27
/**
28
- * Constant to use with {@link
29
- * FirebaseFirestoreSettings.Builder#setCacheSizeBytes(long)} to disable garbage collection.
28
+ * Constant to use with {@link FirebaseFirestoreSettings.Builder#setCacheSizeBytes(long)} to
29
+ * disable garbage collection.
30
30
*/
31
31
@ PublicApi public static final long CACHE_SIZE_UNLIMITED = -1 ;
32
32
@@ -140,8 +140,8 @@ public Builder setTimestampsInSnapshotsEnabled(boolean value) {
140
140
* guarantee that the cache will stay below that size, only that if the cache exceeds the given
141
141
* size, cleanup will be attempted.
142
142
*
143
- * <p>The default value is 100 MB. The threshold must be set to at least 1 MB, and can be set
144
- * to {@link FirebaseFirestoreSettings#CACHE_SIZE_UNLIMITED} to disable garbage collection.
143
+ * <p>The default value is 100 MB. The threshold must be set to at least 1 MB, and can be set to
144
+ * {@link FirebaseFirestoreSettings#CACHE_SIZE_UNLIMITED} to disable garbage collection.
145
145
*
146
146
* @return A settings object on which the cache size is configured as specified by the given
147
147
* {@code value}.
You can’t perform that action at this time.
0 commit comments