示例#1
0
文件: ApcCache.php 项目: Devitek/orm
 /**
  * {@inheritdoc}
  */
 protected function doFlush()
 {
     return $this->store->flush();
 }