You are here

constant DatabaseBackend::MAXIMUM_NONE in Drupal 8

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

-1 means infinite allows numbers of rows for the cache backend.

File

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

Class

DatabaseBackend
Defines a default cache implementation.

Namespace

Drupal\Core\Cache

Code

const MAXIMUM_NONE = -1;