MemoizeWithTTLAsync<R> constructor
MemoizeWithTTLAsync<R> (})
Implementation
MemoizeWithTTLAsync(
this._fn, {
this.cacheLifetime = const Duration(minutes: 5),
String Function(List<dynamic> args)? keyFn,
}) : _keyFn = keyFn;