Stores an item in the cache for a given duration.
Future<void> put(String key, dynamic value, {Duration? ttl});