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: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven

See Also

Reference

Instance Class
Instance Members
ClearCookie Method
ClearProxy Method

Send Feedback