If caching is enabled normally the whole final output of the page gets cached. However Smarty3 offers several options how to exclude sections of your output from caching.
General Note
Be sure any variables used within a non-cached section are also assigned from PHP when the page is loaded from the cache.




