You are here

function acquia_lift_flush_caches in Acquia Lift Connector 7.2

Same name and namespace in other branches
  1. 7 acquia_lift.module \acquia_lift_flush_caches()

File

./acquia_lift.module, line 589
acquia_lift.module Provides Acquia Lift-specific personalization functionality.

Code

function acquia_lift_flush_caches() {
  return array(
    'cache_acquia_lift_reports',
  );
}