The cache size did not include the media one (it was only the Matrix SDK one)

This commit is contained in:
ylecollen
2015-01-09 17:14:09 +01:00
parent 25d36367de
commit 4ec4be80e3
5 changed files with 54 additions and 2 deletions
+2
View File
@@ -49,6 +49,8 @@ typedef enum : NSUInteger {
@property (nonatomic,readonly) BOOL isResumeDone;
// return the MX cache size in bytes
@property (nonatomic,readonly) NSUInteger MXCacheSize;
// return the sum of the caches (MX cache + media cache ...)
@property (nonatomic,readonly) NSUInteger cachesSize;
+ (MatrixHandler *)sharedHandler;