Skip to content

Instantly share code, notes, and snippets.

@kcoder666
kcoder666 / json_cache_view.js
Created December 28, 2013 12:00
Cache JSON view in nodejs/express app
/**
* viewFunc(req, res, caching) in which caching is a function to return a value
* to be cached.
*
* @param key
* @param req
* @param res
* @param time
* if `time` < 0 then no caching
* if `time` = 0 then caching permanently