コード例 #1
0
ファイル: cache.php プロジェクト: mrdeadmouse/u136006
 public function Set($uniqid, $val)
 {
     $this->managedCache->set($uniqid, $val);
 }