Fix cache timeout behavior

pull/41019/head
s-hertel 6 years ago committed by Brian Coca
parent 8bccd0830b
commit c1400ce909

@ -153,7 +153,7 @@ class BaseFileCacheModule(BaseCacheModule):
def has_expired(self, key):
if self._timeout == 0:
return True
return False
cachefile = "%s/%s" % (self._cache_dir, key)
try:

Loading…
Cancel
Save