function acquia_lift_flush_caches in Acquia Lift Connector 7
Same name and namespace in other branches
- 7.2 acquia_lift.module \acquia_lift_flush_caches()
Implements hook_flush_caches().
File
- ./
acquia_lift.module, line 476 - acquia_lift.module Provides Acquia Lift-specific personalization functionality.
Code
function acquia_lift_flush_caches() {
return array(
'cache_acquia_lift_reports',
);
}