Good sunday everyone! I just started playing with codeigniter, up to now everything seems so clear (great docs!), but i'm trying to understand how works $this->output->cache().
What i wanto to do is to cache only some component of my interface. For example, in my controller i load a view for each part of the structure: header_view, topnav_view, sidebar_view and home_view.
Using $this->output->cache(n) in my controller i get cached the whole page. What if i want to cache the whole page except the header_view?