You are here

protected property CacheBase::$minTtl in Redis 8

Minimal TTL to use.

Note that this is for testing purposes. Do not specify the minimal TTL outside of unit-tests.

File

src/Cache/CacheBase.php, line 78

Class

CacheBase
Base class for redis cache backends.

Namespace

Drupal\redis\Cache

Code

protected $minTtl = 0;