function PerformanceData::getCacheSetCount

Same name and namespace in other branches
  1. 10 core/tests/Drupal/Tests/PerformanceData.php \Drupal\Tests\PerformanceData::getCacheSetCount()

Gets the cache set count.

Return value

int The number of cache sets recorded.

File

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

Class

PerformanceData
Value object to store performance information collected from requests.

Namespace

Drupal\Tests

Code

public function getCacheSetCount() : int {
    return $this->cacheSetCount;
}

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