EvictionHandler<K, V> typedef
EvictionHandler<K, V> =
dynamic Function(K key, V value)
Implementation
typedef EvictionHandler<K, V>(K key, V value);
typedef EvictionHandler<K, V>(K key, V value);