Manually clears all cached responses.
@override Future<void> clearCache() async { await _box.clear(); currentSizeBytes = 0; }