In This Topic

ClearWebBrowserCache Method (GdPictureDocumentUtilities)

In This Topic
Releases all browser instances stored in the pool and delete all cache content stored into temporary files.
Syntax
'Declaration
 
Public Shared Sub ClearWebBrowserCache() 
public static void ClearWebBrowserCache()
public procedure ClearWebBrowserCache(); static; 
public static function ClearWebBrowserCache();
public: static void ClearWebBrowserCache(); 
public:
static void ClearWebBrowserCache(); 
Remarks
Calling this method does not produce any effect if a previous call to SetWebBrowserPoolSize has not been made. Calling this method releases browser instances sets in the pool. Therefore it is recommended to reduce the frequency of its usage to take benefit of the pooling mechanism.
See Also