| SearchIndexInfoProviderRemoveFromIndexCultureCache Method  | 
            Removes key from cached index-culture relation.
            
 
Namespace: CMS.SearchAssembly: CMS.Search (in CMS.Search.dll) Version: 8.2.23
Syntaxpublic static void RemoveFromIndexCultureCache(
	string key,
	bool logWebFarmTask
)
Parameters
- key
 - Type: SystemString
Cache key to be removed - logWebFarmTask
 - Type: SystemBoolean
Indicates whether webfarm task should be created 
See Also