onEvictInternal method

dynamic onEvictInternal(
  1. K key,
  2. V value
)

Implementation

onEvictInternal(K key, V value) {
  onEvict!(key, value!);
}