function PerformanceData::setCacheOperations
Sets the cache operations.
Parameters
string[][] $cacheOperations: List of cids keyed by operation and bin.
Return value
void
File
-
core/
tests/ Drupal/ Tests/ PerformanceData.php, line 232
Class
- PerformanceData
- Value object to store performance information collected from requests.
Namespace
Drupal\TestsCode
public function setCacheOperations(array $cacheOperations) : void {
$this->cacheOperations = $cacheOperations;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.