mirror of
https://github.com/bitwarden/mobile
synced 2025-12-13 06:43:17 +00:00
clear cipher cache when replacing ios autofill identities (#1112)
* clear cipher cache when replacing ios autofill identities * changed to be service-centric * support for multiple cache keys * async suffix * added cache keys for android
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Bit.Core.Abstractions
|
||||
public interface ICipherService
|
||||
{
|
||||
Task ClearAsync(string userId);
|
||||
void ClearCache();
|
||||
Task ClearCacheAsync();
|
||||
Task DeleteAsync(List<string> ids);
|
||||
Task DeleteAsync(string id);
|
||||
Task DeleteAttachmentAsync(string id, string attachmentId);
|
||||
|
||||
Reference in New Issue
Block a user