function PerformanceData::getCacheOperations

Gets the cache operations.

Return value

string[][] List of cids keyed by operation and bin.

File

core/tests/Drupal/Tests/PerformanceData.php, line 242

Class

PerformanceData
Value object to store performance information collected from requests.

Namespace

Drupal\Tests

Code

public function getCacheOperations() : array {
    return $this->cacheOperations;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.