You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

307 B

  • 0.0.3 2013-07-10 Better error checking in cache.wrap();

  • 0.0.2 2013-04-08 Added ability to pass in a store module that isn't already instantiated. E.g.,

    var store = require('/path/my_memory_store');
    cache = caching({store: store});
    
  • 0.0.1 2013-04-08 Initial release.