Click or drag to resize

CacheStorageClient.DeleteCacheAsync Method

Version 94.4.20
Deletes a cache.

Namespace:  CefSharp.DevTools.CacheStorage
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.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