Clears all the cached key pairs.
Future<bool> freeAllResources() async { _keyPairsCache.clear(); return true; }