| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Instance Class : ClearCache Method |
Type: System.String
The regular expressions for filtering by domain. If value is null or empty string, then method clears caches for all domains. The default value is empty string.
public void ClearCache( string domainFilter )
Type: System.String
The regular expressions for filtering by domain. If value is null or empty string, then method clears caches for all domains. The default value is empty string.
// clear cache
instance.ClearCache();// clear cache $instance->ClearCache();
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.