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