sindresorhus/electron-store

Use expiration

Open

#125 创建于 2020年6月16日

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

仓库指标

Star
 (4,304 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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 });

贡献者指南