You are here

protected property Redis_Cache::$permTtl in Redis 7.3

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.php, line 100

Class

Redis_Cache
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;