Display cache size in the developer settings (#643)

This commit is contained in:
Benoit Marty 2023-06-20 13:41:04 +02:00 committed by Benoit Marty
parent bf80c251aa
commit 5d8adb25ae
12 changed files with 283 additions and 12 deletions

View file

@ -50,6 +50,7 @@ interface MatrixClient : Closeable {
fun sessionVerificationService(): SessionVerificationService
fun pushersService(): PushersService
fun notificationService(): NotificationService
suspend fun getCacheSize(): Long
suspend fun clearCache()
suspend fun logout()
suspend fun loadUserDisplayName(): Result<String>