public function AcquiaLiftReportCacheInterface::getCachedReports in Acquia Lift Connector 7
Same name and namespace in other branches
- 7.2 includes/AcquiaLiftReportCacheInterface.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/
acquia_lift.classes.inc - Implements AcquiaLiftReportCacheInterface::getCachedReports().
File
- includes/
acquia_lift.classes.inc, line 1665 - Provides an agent type for Acquia Lift
Class
Code
public function getCachedReports($agent_name);