Implement functions for flushing db query caches

This commit is contained in:
2015-09-17 20:00:13 +02:00
parent 8dc7fe678d
commit b1b37f9b9e
2 changed files with 15 additions and 0 deletions

View File

@@ -107,6 +107,13 @@ class RedFam:
else:
self._fam_hash = h.hexdigest()
@classmethod
def flush_db_cache( cls ):
"""
Calls flush method of Mysql Interface class
"""
MysqlRedFam.flush()
class RedFamParser( RedFam ):
"""