You are here

public function CacheBase::getPermTtl in Redis 8

Get TTL for CACHE_PERMANENT items.

Return value

int Lifetime in seconds.

File

src/Cache/CacheBase.php, line 112

Class

CacheBase
Base class for redis cache backends.

Namespace

Drupal\redis\Cache

Code

public function getPermTtl() {
  return $this->permTtl;
}