CacheHelperClearOutputCache Method |
Clears the output cache for specific page.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static void ClearOutputCache(
int siteId,
string aliasPath,
string culture,
bool allCultures,
bool childNodes
)
Parameters
- siteId
- Type: SystemInt32
Site ID - aliasPath
- Type: SystemString
Alias path - culture
- Type: SystemString
Culture - allCultures
- Type: SystemBoolean
Clear all cultures cache - childNodes
- Type: SystemBoolean
If true, the output cache of the child nodes is cleared as well
See Also