didRemove property

Stream<CacheContext<TIdentifier, TValue>> didRemove

A stream of CacheContexts that dispatches when an item is removed from the cache.

Implementation

Stream<CacheContext<TIdentifier, TValue>> get didRemove =>
    _didRemoveController.stream;