You are here

constant FileCacheFactory::DISABLE_CACHE in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Component/FileCache/FileCacheFactory.php \Drupal\Component\FileCache\FileCacheFactory::DISABLE_CACHE
  2. 9 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';