PageClientProduceCompilationCacheAsync Method |
Version 106.0.290
Requests backend to produce compilation cache for the specified scripts.
`scripts` are appeneded to the list of scripts for which the cache
would be produced. The list may be reset during page navigation.
When script with a matching URL is encountered, the cache is optionally
produced upon backend discretion, based on internal heuristics.
See also: `Page.compilationCacheProduced`.
Namespace:
CefSharp.DevTools.Page
Assembly:
CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntax public Task<DevToolsMethodResponse> ProduceCompilationCacheAsync(
IList<CompilationCacheParams> scripts
)
public:
Task<DevToolsMethodResponse^>^ ProduceCompilationCacheAsync(
IList<CompilationCacheParams^>^ scripts
)
Parameters
- scripts
- Type: System.Collections.GenericIListCompilationCacheParams
scripts
Return Value
Type:
TaskDevToolsMethodResponsereturns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also