onDidGet method
Custom logic to be executed after a Cache.get or Cache.getAsync.
Implementation
Future<Null> onDidGet(TIdentifier id, TValue value) async {}
Custom logic to be executed after a Cache.get or Cache.getAsync.
Future<Null> onDidGet(TIdentifier id, TValue value) async {}