예제 #1
0
 /**
  * Save the contents of a rendered block.
  *
  * @param mixed  $key
  * @param string $block
  *
  * @return mixed
  */
 public function saveBlock($key, $block)
 {
     return $this->cacheStrategy->saveBlock($key, $block);
 }