You are here

function autoload_flush_caches in Autoload 6

Same name and namespace in other branches
  1. 6.2 autoload.module \autoload_flush_caches()

Implementation of hook_flush_caches().

File

./autoload.module, line 12

Code

function autoload_flush_caches() {

  // Force a rescan of the autload hook.
  autoload_get_lookup(TRUE);
}