コード例 #1
0
ファイル: ApcStorage.php プロジェクト: microweber/microweber
 public function __construct($prefix = '')
 {
     $apc = new ApcWrapper();
     return parent::__construct($apc, $prefix);
 }
コード例 #2
0
ファイル: ApcCache.php プロジェクト: Devitek/orm
 /**
  * {@inheritdoc}
  */
 protected function doFlush()
 {
     return $this->store->flush();
 }