get a value from cache
String? value = await Cache().get('foo');
Future<dynamic> get(String key) async { return await _driver.get(key); }