onEvict property

(void Function(CacheEntry<K, V, U> entry)?) onEvict
final

Will be called each time an item is evicted.

Implementation

final void Function(CacheEntry<K, V, U> entry)? onEvict;