()
| 92 | }, |
| 93 | clearCaches: async () => { |
| 94 | logger.debug('Clearing caches'); |
| 95 | await Promise.allSettled([eventsManager.clear(), caches.cryptoCache.clear(), caches.entitiesCache.clear()]); |
| 96 | }, |
| 97 | }; |
| 98 | } |
| 99 | |
| 100 | function initOpenPGPCryptoModule() { |
| 101 | CryptoApi.init({}); |