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 c99834b commit 923683dCopy full SHA for 923683d
1 file changed
package.json
@@ -4,19 +4,21 @@
4
"description": "A fast, lightweight LRU (Least Recently Used) cache for JavaScript with O(1) operations and optional TTL support.",
5
"keywords": [
6
"LRU",
7
- "TTL",
8
- "browser",
9
"cache",
10
"caching",
11
- "expiration",
12
- "fast",
+ "TTL",
+ "ttl-cache",
13
"least-recently-used",
14
"lightweight",
+ "fast",
+ "performance",
15
"memoization",
16
- "memory",
+ "expiration",
17
+ "typescript",
18
"nodejs",
- "performance",
19
- "typescript"
+ "browser",
20
+ "esm",
21
+ "zero-dependencies"
22
],
23
"homepage": "https://github.com/avoidwork/tiny-lru",
24
"bugs": {
0 commit comments