Retrieve an item from the cache and delete it.
@override Future<dynamic> pull(String key) { return driver().pull(key); }