Update cache.py

This commit is contained in:
ilyaran
2014-05-24 10:35:58 +05:00
parent 37036de5df
commit 0dbdf8c676
+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):