didUpdate property

Stream<CacheContext<TIdentifier, TValue>> didUpdate

The stream of CacheContexts that dispatches when an item is updated in the cache.

Implementation

Stream<CacheContext<TIdentifier, TValue>> get didUpdate =>
    _didUpdateController.stream;