Skip to content

Commit

Permalink
Merge pull request #212 from vaughan99/clearCache
Browse files Browse the repository at this point in the history
Clear the entire cache
  • Loading branch information
doowb authored Sep 18, 2017
2 parents f6b3b0e + 8a93553 commit 213a1e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/consolidate.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ var requires = {};
*/

exports.clearCache = function(){
readCache = {};
cacheStore = {};
};

Expand Down

0 comments on commit 213a1e2

Please sign in to comment.