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