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 5b47ce4 commit c99834bCopy full SHA for c99834b
1 file changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "tiny-lru",
3
"version": "11.4.7",
4
- "description": "A high-performance, lightweight LRU cache. Built for developers who need fast caching without compromising on features.",
+ "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",
0 commit comments