コード例 #1
0
ファイル: ApcCache.php プロジェクト: Devitek/orm
 /**
  * {@inheritdoc}
  */
 protected function doFlush()
 {
     return $this->store->flush();
 }