Update cache.py
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user