/**
* Sets the cache id into the internal template object.
*
* @param string|array $cache_id
*
* @return Enlight_View_Default
*/
public function setCacheId($cache_id = null
) { $this->
Template()->
setCacheId($cache_id);
return $this;
} /**
* Adds a cache id into the internal template object.
*
* @param string|array $cache_id
*
* @return Enlight_View_Default
*/