NetworkClientSetCacheDisabledAsync Method  | 
Version 93.1.111 
            Toggles ignoring cache for each request. If `true`, cache will not be used.
            
 
    Namespace: 
   CefSharp.DevTools.Network
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxpublic Task<DevToolsMethodResponse> SetCacheDisabledAsync(
	bool cacheDisabled
)
public:
Task<DevToolsMethodResponse^>^ SetCacheDisabledAsync(
	bool cacheDisabled
)
Parameters
- cacheDisabled
 - Type: SystemBoolean
Cache disabled state. 
Return Value
Type: 
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also