sindresorhus/electron-store

Use expiration

Open

#125 aberto em 16 de jun. de 2020

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)JavaScript (4.304 stars) (150 forks)batch import
enhancementhelp wanted

Description

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

Guia do colaborador