Alaska LRU cache driver based on lru-cache
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
}
This project is licensed under the terms of the MIT license