flushAllHits method

  1. @override
void flushAllHits()
override

Implementation

@override
void flushAllHits() async {
  Flagship.logger(
      Level.DEBUG, "Flush all hits from default cache Implementation");
  await _checkDatabase();
  // Delete the file where we store the hits
  dbMgt.deleteAllRecord('table_hits');
}