コード例 #1
0
ファイル: Memcached.php プロジェクト: serby/Atrox
 /**
  * (non-PHPdoc)
  * @see Atrox/Core/Cache/Atrox_Core_Caching_ICacheManager#clearAll()
  */
 public function clearAll()
 {
     $this->memcache->flush();
 }