UNPKG

rrcache

Version:

Random Replacement Cache with TTL and preload option. A simple and clean RR cache that just works.

11 lines (8 loc) 221 B
// mocha doc: http://visionmedia.github.io/mocha/ assert = require('assert') describe('basic', function() { it('module loads', function() { var test = require('../index.js') assert(test !== undefined) }) })