You are here

public function AcquiaLiftReportCache::cacheReports in Acquia Lift Connector 7.2

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

Implements AcquiaLiftReportCacheInterface::cacheReports().

Overrides AcquiaLiftReportCacheInterface::cacheReports

File

includes/AcquiaLiftReportCache.inc, line 41

Class

AcquiaLiftReportCache
Class AcquiaLiftReportCache

Code

public function cacheReports($agent_name, $data) {
  cache_set($agent_name, $data, $this->bin);
}