FileCacheFactory::DISABLE_CACHE

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Component/FileCache/FileCacheFactory.php \Drupal\Component\FileCache\FileCacheFactory::DISABLE_CACHE
  2. 8.9.x core/lib/Drupal/Component/FileCache/FileCacheFactory.php \Drupal\Component\FileCache\FileCacheFactory::DISABLE_CACHE
  3. 10 core/lib/Drupal/Component/FileCache/FileCacheFactory.php \Drupal\Component\FileCache\FileCacheFactory::DISABLE_CACHE

The configuration key to disable FileCache completely.

File

core/lib/Drupal/Component/FileCache/FileCacheFactory.php, line 13

Class

FileCacheFactory
Creates a FileCache object.

Namespace

Drupal\Component\FileCache

Code

const DISABLE_CACHE = 'file_cache_disable';

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