We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a769d5 commit 48bf03eCopy full SHA for 48bf03e
lib/cache.js
@@ -1,6 +1,7 @@
1
var Cache, cacheCron, cacheCronTimeout, cacheExpiresTime, caches;
2
3
cacheExpiresTime = 0;
4
+
5
caches = [];
6
7
cacheCron = function() {
0 commit comments