Function, that given a key, will remove it from storage.
Deleter makes policy able to delete entries on his own, when it detects that they should no longer be kept. Deleter is responsible to call onDelete hook for each policy, so that they can clear metadata and internal data structures.
Function, that given a
key
, will remove it from storage.Deleter makes policy able to delete entries on his own, when it detects that they should no longer be kept.
Deleter is responsible to call
onDelete
hook for each policy, so that they can clear metadata and internal data structures.