You are here

public function AcquiaLiftReportCacheInterface::getCachedReports in Acquia Lift Connector 7.2

Same name and namespace in other branches
  1. 7 includes/acquia_lift.classes.inc \AcquiaLiftReportCacheInterface::getCachedReports()

Retrieve reports from the cache for a particular agent.

Parameters

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

Return value

mixed An array representing the reports or NULL of not found.

1 method overrides AcquiaLiftReportCacheInterface::getCachedReports()
AcquiaLiftReportCache::getCachedReports in includes/AcquiaLiftReportCache.inc
Implements AcquiaLiftReportCacheInterface::getCachedReports().

File

includes/AcquiaLiftReportCacheInterface.inc, line 12

Class

AcquiaLiftReportCacheInterface

Code

public function getCachedReports($agent_name);