Stores a value in the cache if the key does not exist.
@override Future<bool> add(String key, dynamic value, Duration ttl) { return driver().add(key, value, ttl); }