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
Fixesunjs#466
This changes the `lru-cache` such that the following methods accept LRU
options (and pass them through to the underlying methods):
- `setItem`
- `setItemRaw`
- `hasItem`
Describe the feature
lru-cache supports passing opts to the set method, such as setting a separate ttl for a key.
Additional information
The text was updated successfully, but these errors were encountered: