function search_api_solr_flush_caches in Search API Solr 7
Implements hook_flush_caches().
File
- ./
search_api_solr.module, line 120 - Provides a Solr-based service class for the Search API.
Code
function search_api_solr_flush_caches() {
return array(
'cache_search_api_solr',
);
}