Cache constructor
Cache(
- StorageClient storageClient, {
- required Duration duration,
Implementation
Cache(StorageClient storageClient, {required this.duration}) : _storageClient = storageClient;