public void ClearCache( string domainFilter, bool storeCookie )
Parameters
- 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.
- storeCookie
Type: System.Boolean
The true if need to store the cookies; otherwise false.