get a value exist
bool has = await Cache().has('foo');
Future<bool> has(String key) async { return await _driver.has(key); }