You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: ttl config as callback (#12)
* feat: support for ttl config as callback
* 3.1.0
* fix: make ttl callback return date instance
* docs: update readme
feat: get method overloads (#6)
* refactor: get method overloads
* 2.3.0
* refactor: remove need to override remember method for async cache stores
* refactor: all null for expires
* refactor: apply previous to remember
* fix: get method return types