示例#1
0
 /**
  * Remove the cache
  * 
  * @param string $key
  * @return Controller
  */
 public function removeCache($key)
 {
     $this->cm->setPrefix($this->container->getSlug())->remove($key);
     return $this;
 }