Cache constructor

Cache(
  1. StorageClient storageClient, {
  2. required Duration duration,
})

Implementation

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