Пример #1
0
 /**
  * Checks if an item exists in the cache
  * @param string $key Name of the cache item ID
  * @return bool True if exists, false if not
  */
 public function exists($key)
 {
     return parent::exists($key);
 }