예제 #1
0
 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();
 }