You are here

public function Redis_Cache::allowTemporaryFlush in Redis 7.3

Does this bin allow temporary item flush

Return value

boolean

File

lib/Redis/Cache.php, line 143

Class

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

Code

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