Click or drag to resize
WinINETCacheClearCacheItems Method
Clear the Cache items. Note: May be synchronous, may be asynchronous.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static void ClearCacheItems(
	bool bClearFiles,
	bool bClearCookies
)

Parameters

bClearFiles
Type: SystemBoolean
TRUE if cache files should be cleared
bClearCookies
Type: SystemBoolean
TRUE if cookies should be cleared
See Also