Click or drag to resize

CacheStorageClient.RequestCachedResponseAsync Method

Version 104.4.240
Fetches cache entry.

Namespace:  CefSharp.DevTools.CacheStorage
Assembly:  CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntax
public Task<RequestCachedResponseResponse> RequestCachedResponseAsync(
	string cacheId,
	string requestURL,
	IList<Header> requestHeaders
)

Parameters

cacheId
Type: System.String
Id of cache that contains the entry.
requestURL
Type: System.String
URL spec of the request.
requestHeaders
Type: System.Collections.Generic.IList<Header>
headers of the request.

Return Value

Type: Task<RequestCachedResponseResponse>
returns System.Threading.Tasks.Task<RequestCachedResponseResponse>
See Also