cache-control
Express/Connect middleware to set url cache options with globs
Install
npm install cache-control --save
Usage
var express = ;var cache = ; var app = ; app; app
cache(options)
options
- an object contain globs as the keys and caching declarations as the values
Run Tests
npm install
npm test