onPurgedEntries property
Optional callback invoked after entries are purged.
Receives a map containing all entries that were removed during the purge operation.
Implementation
void Function(Map<K, V> purgedEntries)? onPurgedEntries;
Optional callback invoked after entries are purged.
Receives a map containing all entries that were removed during the purge operation.
void Function(Map<K, V> purgedEntries)? onPurgedEntries;