/**
  * {@inheritdoc}
  */
 public function getMultiple(CollectionCacheEntry $collection)
 {
     $this->calls[__FUNCTION__][] = array('collection' => $collection);
     $this->throwException(__FUNCTION__);
     return $this->region->getMultiple($collection);
 }