Example #1
0
 /**
  * @param $key
  *
  * @throws RuntimeException
  * @return bool
  */
 public function exists($key)
 {
     if (!$this->global_cache->isActive()) {
         return false;
     }
     return $this->global_cache->exists($key);
 }