onPurgedValues property
Optional callback invoked with values removed during purge.
Implementation
final void Function(List<V> purgedValues)? onPurgedValues;
Optional callback invoked with values removed during purge.
final void Function(List<V> purgedValues)? onPurgedValues;