Decrement the value of an item in the cache.
@override Future<int> decrement(String key, [int amount = 1]) { return driver().decrement(key, amount); }