onDidGet method

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

Custom logic to be executed after a Cache.get or Cache.getAsync.

Implementation

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