You are here

function apachesolr_flush_caches in Apache Solr Search 8

Same name and namespace in other branches
  1. 6.3 apachesolr.module \apachesolr_flush_caches()
  2. 6 apachesolr.module \apachesolr_flush_caches()
  3. 6.2 apachesolr.module \apachesolr_flush_caches()
  4. 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',
  );
}