sindresorhus/electron-store

Use expiration

Open

#125 创建于 2020年6月16日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)JavaScript (4,304 star) (150 fork)batch import
enhancementhelp wanted

描述

It would be awesome if we can set a max age for a single key or the whole store.

For example:

store.set('foo.bar', true, { maxAge: expirationDate });

贡献者指南