remove a key from cache
await Cache().forget('foo');
Future<void> forget(String key) async { await _driver.forget(key); }