You are here

protected property CacheBase::$permTtl in Redis 8

Default TTL for CACHE_PERMANENT items.

See "Default lifetime for permanent items" section of README.md file for a comprehensive explanation of why this exists.

Type: int

File

src/Cache/CacheBase.php, line 70

Class

CacheBase
Base class for redis cache backends.

Namespace

Drupal\redis\Cache

Code

protected $permTtl = self::LIFETIME_PERM_DEFAULT;