ttl-cache
Version:
Simple in-memory object cache with TTL based per-item expiry
26 lines (25 loc) • 589 B
JSON
{
"name": "ttl-cache",
"version": "1.0.2",
"description": "Simple in-memory object cache with TTL based per-item expiry",
"main": "lib/cache.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/norganna/node-ttl-cache.git"
},
"keywords": [
"memory",
"cache",
"ttl",
"expiry"
],
"author": "norganna",
"license": "CC0",
"bugs": {
"url": "https://github.com/norganna/node-ttl-cache/issues"
},
"homepage": "https://github.com/norganna/node-ttl-cache"
}