persistent-cache icon indicating copy to clipboard operation
persistent-cache copied to clipboard

After `options.duration` the `key` is not removed

Open matys1 opened this issue 3 years ago • 0 comments

I noticed that if I set the duration option then after the set duration the cache is gone but the key is not and is still recoverable using .keysSync(). Doesn't make sense to me since if the cache is gone I want the key gone as well so I can test against it. Please let me know if I'm not understanding this correctly.

matys1 avatar Jan 25 '23 15:01 matys1