Esempio n. 1
0
 /**
  * Used for caching the results of a batch request. Never call this method directly; it is used
  * internally by the caching system.
  *
  * @param CFBatchRequest $batch (Required) The batch request object to send.
  * @return CFResponse A parsed HTTP response.
  */
 public function cache_callback_batch(CFBatchRequest $batch)
 {
     return $batch->send();
 }