alaska-cache-lru
v0.13.2
Published
Alaska LRU cache driver
Downloads
17
Readme
alaska-cache-lru
Alaska LRU cache driver based on lru-cache
configure
cache: {
type: 'alaska-cache-lru',
// The maximum size of the cache. default Infinity
max: 500,
// Default maximum age in milliseconds, 0 for forever
maxAge: 3600 * 1000
//more https://github.com/isaacs/node-lru-cache#options
}
Contribute
License
This project is licensed under the terms of the MIT license