OnEvict<K, V> typedef

OnEvict<K, V> = void Function(K k, V? v)

Implementation

typedef OnEvict<K, V> = void Function(K k, V? v);