putMany abstract method
Stores multiple values in the cache.
- Parameters:
values: A map of key-value pairs to store.ttl: The duration for which the items should remain in the cache.
Implementation
Future<void> putMany(Map<String, dynamic> values, Duration ttl);