Merge pull request #448 from ilyaran/patch-1

Update cache.py
This commit is contained in:
mdipierro
2014-05-26 22:28:20 -05:00
+1
View File
@@ -125,6 +125,7 @@ class CacheAbstract(object):
for (key, value) in storage.items():
if r.match(str(key)):
del storage[key]
break
class CacheInRam(CacheAbstract):