コード例 #1
0
ファイル: MemcacheStore.php プロジェクト: jwdeitch/components
 /**
  * {@inheritdoc}
  */
 public function flush()
 {
     $this->driver->flush();
 }