function apachesolr_flush_caches in Apache Solr Search 8
Same name and namespace in other branches
- 6.3 apachesolr.module \apachesolr_flush_caches()
- 6 apachesolr.module \apachesolr_flush_caches()
- 6.2 apachesolr.module \apachesolr_flush_caches()
- 7 apachesolr.module \apachesolr_flush_caches()
Implements hook_flush_caches().
File
- ./
apachesolr.module, line 845 - Integration with the Apache Solr search application.
Code
function apachesolr_flush_caches() {
return array(
'cache_apachesolr',
);
}