Adds additional logs for the size of observables in the Local Cache

This commit is contained in:
Vitor Pamplona
2024-07-17 09:09:38 -04:00
parent bc6d5060cb
commit 5e42fa5346
3 changed files with 16 additions and 2 deletions
@@ -110,4 +110,6 @@ class DeletionIndex {
val deletionEvent = deletedReferencesBefore.get(key)
return deletionEvent != null && createdAt <= deletionEvent.createdAt
}
fun size() = deletedReferencesBefore.size()
}