@override Map<String, dynamic> inspect() { _sweepExpired(); return { for (final entry in _storage.entries) entry.key: entry.value.value, }; }