CodeBrowser / npm / simple-lru-cache
simple-lru-cache@0.0.2
// node-simple-lru-cache =====================
$ npm install simple-lru-cache
downloads/wk
2,298,551
license
version
0.0.2
published
Mar 31, 2015
What is simple-lru-cache?
simple-lru-cache is a lightweight LRU (Least Recently Used) cache implementation for Node.js that stores a limited number of key-value pairs and automatically removes the least recently accessed items when the cache reaches its size limit. Developers use it to improve application performance by caching frequently accessed data in memory without having to manage eviction logic manually.
Keywords
#cache #lru #simple #fast
Maintainers
geisbruch