Clears all cached entries.
@override Future<void> clearAll() async { if (clearError != null) throw clearError!; _data.clear(); }