ZennoLab Assemblies Documentation
ClearCache Method
See Also  Example Send Feedback
ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Instance Class : ClearCache Method

Glossary Item Box

Clears the cache.

Syntax

C# 
public void ClearCache()

Example

The following example shows call the ClearCache method.
C#Copy Code
// clear cache
instance.ClearCache();
PHPCopy Code
// clear cache
$instance->ClearCache();

Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.