function ldap_api_flush_caches in Lightweight Directory Access Protocol (LDAP) 6
Implementation of hook_flush_caches().
This hook is also invoked on every cron run by system_cron(), so it may be called a lot more often than you'd think.
File
- ./
ldap_api.module, line 158 - This this the main LDAP API module.
Code
function ldap_api_flush_caches() {
return array(
'ldap_cache',
);
}