public array getCacheOptions () Returns the cache options
public string getActiveRenderPath () Returns the path of the view that is currently rendered
public getCache () Returns the cache instance used to cache
public array getParamsToView () Returns parameters to views
public setContent (mixed $content) Externally sets the view content
public setParamToView (mixed $key, mixed $value) Adds parameters to views (alias of setVar)
public cache ([mixed $options]) Cache the actual view render to certain level
public partial (mixed $partialPath, [mixed $params]) Renders a partial view
public __get (mixed $key) Magic method to retrieve a variable passed to the view
public setCacheOptions (array $options) Sets the cache options
Page 1 of 3