Retrieves a value or stores the default value if it doesn't exist.
Future<dynamic> remember( String key, Duration ttl, Future<dynamic> Function() callback, );