CacheStorageClientDeleteEntryAsync Method |
Version 130.1.90
Deletes a cache entry.
Namespace: CefSharp.DevTools.CacheStorageAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public Task<DevToolsMethodResponse> DeleteEntryAsync(
string cacheId,
string request
)
public:
Task<DevToolsMethodResponse^>^ DeleteEntryAsync(
String^ cacheId,
String^ request
)
Parameters
- cacheId String
- Id of cache where the entry will be deleted.
- request String
- URL spec of the request.
Return Value
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also