コード例 #1
0
ファイル: Robots.php プロジェクト: heartshare/dotplant2
 /**
  * @inheritdoc
  */
 public static function removeCacheByKey($key = null)
 {
     return parent::removeCacheByKey(self::KEY_ROBOTS);
 }