aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/utils.coffee4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/utils.coffee b/lib/utils.coffee
index de335452..d4beff03 100644
--- a/lib/utils.coffee
+++ b/lib/utils.coffee
@@ -330,8 +330,8 @@ class SimpleCache
@cache = {}
clear: ->
- @cache = {}
- @previous = {}
+ @rotate true
+ @rotate true
# This is a simple class for the common case where we want to use some data value which may be immediately
# available, or for which we may have to wait. It implements a use-immediately-or-wait queue, and calls the