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