Stores an item in the cache.
static Future<void> put(String key, dynamic value, {Duration? ttl}) async { await _driver.put(key, value, ttl: ttl); }