didRemove property
Stream<CacheContext<TIdentifier, TValue> >
get
didRemove
A stream of CacheContexts that dispatches when an item is removed from the cache.
Implementation
Stream<CacheContext<TIdentifier, TValue>> get didRemove =>
_didRemoveController.stream;