function DatabaseBackend::getMaxRows
Gets the maximum number of rows for this cache bin table.
Return value
int The maximum number of rows that this cache bin table is allowed to store.
File
-
core/
lib/ Drupal/ Core/ Cache/ DatabaseBackend.php, line 587
Class
- DatabaseBackend
- Defines a default cache implementation.
Namespace
Drupal\Core\CacheCode
public function getMaxRows() {
return $this->maxRows;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.