We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd492ba commit d175d2eCopy full SHA for d175d2e
1 file changed
docs/API.md
@@ -639,7 +639,7 @@ console.log(cache.valuesByTTL());
639
**Returns:** `Object` - Object with three properties:
640
- `valid` - Array of valid (non-expired) values
641
- `expired` - Array of expired values
642
-- `noTTL` - Array of values without TTL (when `ttl=0`)
+- `noTTL` - Array of values without TTL (`expiry === 0`, regardless of cache `ttl` setting)
643
644
---
645
0 commit comments