From 95eda489ade33865dde0142a5cd270bbfc4ede3a Mon Sep 17 00:00:00 2001 From: Joseph Podwys Date: Sun, 18 Dec 2016 22:42:07 -0700 Subject: [PATCH] Making cache public as well. --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index e1617c7..c6f44f1 100644 --- a/index.js +++ b/index.js @@ -9,6 +9,7 @@ var utils = require('./utils'); */ module.exports = function(cache, defaults){ var self = this; + self.cache = cache; self.defaults = defaults || {}; return function (Request) {