getCache abstract method

Future<ResponseCache> getCache(
  1. String scenarioName,
  2. String iterationName, {
  3. CancellationToken? cancellationToken,
})

Returns a ResponseCache for responses associated with the given scenarioName and iterationName.

Implementation

Future<ResponseCache> getCache(
  String scenarioName,
  String iterationName, {
  CancellationToken? cancellationToken,
});