invalidateAll method
void
invalidateAll()
Drops every entry (bulk operations: migrations, clear, user switches).
Implementation
void invalidateAll() => _entries.clear();
Drops every entry (bulk operations: migrations, clear, user switches).
void invalidateAll() => _entries.clear();