onDidRemove method

Future<Null> onDidRemove(
  1. TIdentifier id,
  2. TValue value
)

Custom logic to be executed after a Cache.remove.

This indicates that the TIdentifier, TValue pair are no longer in the cache.

Implementation

Future<Null> onDidRemove(TIdentifier id, TValue value) async {}