PageInfoCacheHelperClearCache Method |
Removes all page info records from the cache.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax public static void ClearCache(
string siteName = null
)
Parameters
- siteName (Optional)
- Type: SystemString
Site name
Remarks
If
siteName is provided, system removes from the cache only instances of
PageInfo which are related to this site.
If
siteName is not provided, all cached instances of
PageInfo are removed regardless of site.
See Also