예제 #1
0
 /**
  * @inheritdoc
  */
 public static function removeCacheByKey($key = null)
 {
     return parent::removeCacheByKey(self::KEY_ROBOTS);
 }