You are here

protected property DatabaseBackend::$maxRows in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Cache/DatabaseBackend.php \Drupal\Core\Cache\DatabaseBackend::maxRows

The maximum number of rows that this cache bin table is allowed to store.

Type: int

See also

::MAXIMUM_NONE

File

core/lib/Drupal/Core/Cache/DatabaseBackend.php, line 42

Class

DatabaseBackend
Defines a default cache implementation.

Namespace

Drupal\Core\Cache

Code

protected $maxRows;