ZennoLab Assemblies Documentation
ClearCache Method
Example 
Clears the cache.
Syntax
public void ClearCache()
Example
The following example shows call the ClearCache method.
// clear cache
instance.ClearCache();
// clear cache
$instance->ClearCache();
Requirements

Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.

See Also

Reference

Instance Class
Instance Members
ClearCookie Method
ClearProxy Method

Send Feedback