You are here

constant Redis_Cache_Base::LIFETIME_PERM_DEFAULT in Redis 7.2

Default lifetime for permanent items. Approximatively 1 year.

File

lib/Redis/Cache/Base.php, line 31

Class

Redis_Cache_Base
Because those objects will be spawned during boostrap all its configuration must be set in the settings.php file.

Code

const LIFETIME_PERM_DEFAULT = 31536000;