persistent-cache
persistent-cache copied to clipboard
After `options.duration` the `key` is not removed
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.