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 f014f0a3ae
commit 2a7d252a4e
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>