Ejemplo n.º 1
0
 /**
  * Проверяет состояние данных в кэше
  * @param string $cacheKey ключ
  * @return bool
  */
 protected function cacherIsExpired($cacheKey)
 {
     return !isset($this->cacher) || $this->cacher->isExpired($cacheKey);
 }