static Future<dynamic> remember( String key, Duration ttl, Future<dynamic> Function() callback, ) => _instance.remember(key, ttl, callback);