You are here

public function AcquiaLiftReportCacheInterface::cacheReports in Acquia Lift Connector 7

Same name and namespace in other branches
  1. 7.2 includes/AcquiaLiftReportCacheInterface.inc \AcquiaLiftReportCacheInterface::cacheReports()

Store reports for a particular agent in the cache.

Parameters

$agent_name: The name of the agent to store reports for.

$data: An array representing the reports.

1 method overrides AcquiaLiftReportCacheInterface::cacheReports()
AcquiaLiftReportCache::cacheReports in includes/acquia_lift.classes.inc
Implements AcquiaLiftReportCacheInterface::cacheReports().

File

includes/acquia_lift.classes.inc, line 1675
Provides an agent type for Acquia Lift

Class

AcquiaLiftReportCacheInterface

Code

public function cacheReports($agent_name, $data);