示例#1
0
 /**
  * Check if a value is set in the user cache
  *
  * @param string $key
  * @return bool
  */
 public function hasKey($key)
 {
     return $this->userCache->hasKey($key);
 }