updateStats abstract method
void
updateStats(})
Updates statistics for a cache operation.
Implementation
void updateStats(
String driverName, {
required bool hit,
required String operation,
bool error = false,
});