getCache abstract method
Future<ResponseCache>
getCache(
- String scenarioName,
- String iterationName, {
- CancellationToken? cancellationToken,
Returns a ResponseCache for responses associated with the given
scenarioName and iterationName.
Implementation
Future<ResponseCache> getCache(
String scenarioName,
String iterationName, {
CancellationToken? cancellationToken,
});