SearchIndexInfoProviderRemoveFromIndexSiteCache Method |
Removes key from cached site indexes.
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 8.2.23
Syntax public static void RemoveFromIndexSiteCache(
string key,
bool logWebFarmTask
)
Parameters
- key
- Type: SystemString
Cache key to be removed (site id) - logWebFarmTask
- Type: SystemBoolean
Indicates whether webfarm task should be created
See Also