/**
  * Sets the cache to use in RenderingContext.
  *
  * @param FluidCacheInterface $cache
  * @return void
  */
 public function setCache(FluidCacheInterface $cache)
 {
     $this->baseRenderingContext->setCache($cache);
 }