requestCachedResponse
suspend fun requestCachedResponse(args: CacheStorage.RequestCachedResponseParameter, mode: CommandMode = CommandMode.DEFAULT): CacheStorage.RequestCachedResponseReturn
Fetches cache entry.
suspend fun requestCachedResponse(cacheId: String, requestURL: String, requestHeaders: List<CacheStorage.Header>): CacheStorage.RequestCachedResponseReturn
Fetches cache entry.
Parameters
cacheId
Id of cache that contains the entry.
requestURL
URL spec of the request.
requestHeaders
headers of the request.