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.
 
 

224 B

  • 0.0.1 Initial release.

  • 0.0.2 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});