TF-4274 Persist encryption key hive avoid broken data
This commit is contained in:
@@ -18,11 +18,6 @@ class EncryptionKeyCacheManager extends CacheManagerInteraction {
|
||||
return _encryptionKeyCacheClient.getItem(EncryptionKeyCache.keyCacheValue);
|
||||
}
|
||||
|
||||
Future<void> clear() {
|
||||
return _encryptionKeyCacheClient
|
||||
.deleteItem(EncryptionKeyCache.keyCacheValue);
|
||||
}
|
||||
|
||||
@override
|
||||
Future<void> migrateHiveToIsolatedHive() async {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user