Ejemplo n.º 1
0
 /**
  * Deletes robots value from cache
  * @return bool if no error happens during deletion
  */
 public function actionFlushRobotsCache()
 {
     return Robots::removeCacheByKey();
 }