CacheFactory::$memoryDefaultBinBackends

Same name in other branches
  1. 11.x core/lib/Drupal/Core/Cache/CacheFactory.php \Drupal\Core\Cache\CacheFactory::memoryDefaultBinBackends

A map of cache bin to default cache memory backend service name.

All bin-specific mappings in $settings take precedence over this, but it can be used to optimize cache storage for a Drupal installation without cache customizations in settings.php.

Type: array

File

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

Class

CacheFactory

Namespace

Drupal\Core\Cache

Code

protected $memoryDefaultBinBackends;

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