protected property Redis_Cache::$allowTemporaryFlush in Redis 7.3
When the global 'cache_lifetime' Drupal variable is set to a value, the cache backends should not expire temporary entries by themselves per Drupal signature. Volatile items will be dropped accordingly to their set lifetime.
Type: boolean
File
- lib/
Redis/ Cache.php, line 74
Class
- Redis_Cache
- Because those objects will be spawned during boostrap all its configuration must be set in the settings.php file.
Code
protected $allowTemporaryFlush = true;