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