Click or drag to resize

CacheStorageClient.DeleteCacheAsync Method

Version 103.0.120
Deletes a cache.

Namespace:  CefSharp.DevTools.CacheStorage
Assembly:  CefSharp (in CefSharp.dll) Version: 103.0.120.0 (103.0.120.0)
Syntax
public Task<DevToolsMethodResponse> DeleteCacheAsync(
	string cacheId
)

Parameters

cacheId
Type: System.String
Id of cache for deletion.

Return Value

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