()
| 53 | } |
| 54 | |
| 55 | async function clearCache() |
| 56 | { |
| 57 | storage.set('cache', {}); |
| 58 | await fse.emptyDir(cache.folder); |
| 59 | cache.flushJsonMemory(); |
| 60 | |
| 61 | getStorageSize(); |
| 62 | } |
| 63 | |
| 64 | function removeTemporaryFiles(onClose = false) |
| 65 | { |
nothing calls this directly
no test coverage detected