evictionStream property

Stream<CacheEntry<K, V, U>> evictionStream

A stream of evicted cache entries.

Implementation

Stream<CacheEntry<K, V, U>> get evictionStream =>
    _evictionStreamController.stream;