[entropy.cache] EntropyCacher: also clear live cache when calling discard()
This commit is contained in:
@@ -317,6 +317,7 @@ class EntropyCacher(Singleton):
|
||||
@return: None
|
||||
"""
|
||||
self.__cache_buffer.clear()
|
||||
self.__stashing_cache.clear()
|
||||
|
||||
def save(self, key, data, cache_dir = None):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user