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