Skip to content

Commit

Permalink
Making cache public as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpodwys committed Dec 19, 2016
1 parent 4cd4f83 commit 95eda48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 95eda48

Please sign in to comment.