DatabaseBackend::MAX_ITEMS_PER_CACHE_SET

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Cache/DatabaseBackend.php \Drupal\Core\Cache\DatabaseBackend::MAX_ITEMS_PER_CACHE_SET

The chunk size for inserting cache entities.

File

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

Class

DatabaseBackend
Defines a default cache implementation.

Namespace

Drupal\Core\Cache

Code

const MAX_ITEMS_PER_CACHE_SET = 100;

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