public function AcquiaLiftReportCache::cacheReports in Acquia Lift Connector 7
Same name and namespace in other branches
- 7.2 includes/AcquiaLiftReportCache.inc \AcquiaLiftReportCache::cacheReports()
Implements AcquiaLiftReportCacheInterface::cacheReports().
Overrides AcquiaLiftReportCacheInterface::cacheReports
File
- includes/
acquia_lift.classes.inc, line 1716 - Provides an agent type for Acquia Lift
Class
- AcquiaLiftReportCache
- Class AcquiaLiftReportCache
Code
public function cacheReports($agent_name, $data) {
cache_set($agent_name, $data, $this->bin);
}