| CacheStorageClientDeleteCacheAsync Method  | 
Version 90.6.50 
            Deletes a cache.
            
 
    Namespace: 
   CefSharp.DevTools.CacheStorage
    Assembly:
   CefSharp (in CefSharp.dll) Version: 90.6.50.0 (90.6.50.0)
 Syntax
Syntaxpublic Task<DevToolsMethodResponse> DeleteCacheAsync(
	string cacheId
)
public:
Task<DevToolsMethodResponse^>^ DeleteCacheAsync(
	String^ cacheId
)
Parameters
- cacheId
- Type: SystemString
 Id of cache for deletion.
Return Value
Type: 
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
 See Also
See Also