コード例 #1
0
 /**
  * Remove *all* values from cache
  *
  * @return boolean true on success, false on failure
  */
 protected function purge()
 {
     return $this->phpFastCache->clean();
 }