rrcache
Version:
Random Replacement Cache with TTL and preload option. A simple and clean RR cache that just works.
33 lines (32 loc) • 726 B
JSON
{
"name": "rrcache",
"version": "0.2.2",
"description": "Random Replacement Cache with TTL and preload option. A simple and clean RR cache that just works.",
"main": "index.js",
"scripts": {
"test": "mocha -R list test/*.js"
},
"repository": {
"type": "git",
"url": "https://angleman@github.com/angleman/rrcache.git"
},
"keywords": [
"rr",
"memcache",
"cache",
"ttl",
"ram"
],
"author": "angleman",
"license": "MIT",
"bugs": {
"url": "https://github.com/angleman/rrcache/issues"
},
"homepage": "https://github.com/angleman/rrcache",
"devDependencies": {
"grunt": "^0.4.3",
"grunt-bump": "0.0.13",
"mocha": "^1.17.1",
"should": "^3.1.3"
}
}