protected property Redis_Cache_Base::$permTtl in Redis 7.2
Default TTL for CACHE_PERMANENT items.
See "Default lifetime for permanent items" section of README.txt file for a comprehensive explaination of why this exists.
Type: int
File
- lib/
Redis/ Cache/ Base.php, line 134
Class
- Redis_Cache_Base
- Because those objects will be spawned during boostrap all its configuration must be set in the settings.php file.
Code
protected $permTtl = self::LIFETIME_PERM_DEFAULT;