| CacheStorageClientRequestCachedResponseAsync Method  | 
Version 90.6.50 
            Fetches cache entry.
            
 
    Namespace: 
   CefSharp.DevTools.CacheStorage
    Assembly:
   CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
 Syntax
Syntaxpublic Task<RequestCachedResponseResponse> RequestCachedResponseAsync(
	string cacheId,
	string requestURL,
	IList<Header> requestHeaders
)
public:
Task<RequestCachedResponseResponse^>^ RequestCachedResponseAsync(
	String^ cacheId, 
	String^ requestURL, 
	IList<Header^>^ requestHeaders
)
Parameters
- cacheId
- Type: SystemString
 Id of cache that contains the entry.
- requestURL
- Type: SystemString
 URL spec of the request.
- requestHeaders
- Type: System.Collections.GenericIListHeader
 headers of the request.
Return Value
Type: 
TaskRequestCachedResponseResponsereturns System.Threading.Tasks.Task<RequestCachedResponseResponse>
 See Also
See Also