コード例 #1
0
ファイル: osi.php プロジェクト: hkilter/OpenSupplyChains
 public function get_cache_key()
 {
     $ckey = parent::get_cache_key();
     $ckey .= '-' . $this->action;
     return $ckey;
 }