aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/LocalApi.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/LocalApi.js')
-rw-r--r--src/api/LocalApi.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/api/LocalApi.js b/src/api/LocalApi.js
index d52e9cd10..3f84f8a0b 100644
--- a/src/api/LocalApi.js
+++ b/src/api/LocalApi.js
@@ -16,6 +16,10 @@ export default class LocalApi {
16 return this.local.removeKey(key); 16 return this.local.removeKey(key);
17 } 17 }
18 18
19 getAppCacheSize() {
20 return this.local.getAppCacheSize();
21 }
22
19 clearAppCache() { 23 clearAppCache() {
20 return this.local.clearAppCache(); 24 return this.local.clearAppCache();
21 } 25 }