IRequestContextPurgePluginListCache Method  | 
Version 87.1.132 
            Tells all renderer processes associated with this context to throw away
            their plugin list cache. If reloadPages is true they will also reload
            all pages with plugins. RequestContextHandler.OnBeforePluginLoad may
            be called to rebuild the plugin list cache.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntaxvoid PurgePluginListCache(
	bool reloadPages
)
void PurgePluginListCache(
	bool reloadPages
)
Parameters
- reloadPages
 - Type: SystemBoolean
reload any pages with pluginst 
See Also