$filepath
$filepath : string
Compiled Filepath
Smarty Resource Data Object Cache Data Container for Template Files
$handler : \Smarty_CacheResource
CacheResource Handler
$source : \Smarty_Template_Source
Source Object
process(\Smarty_Internal_Template $_template, boolean $update = false)
Process cached template
\Smarty_Internal_Template | $_template | template object |
boolean | $update | flag if called because cache update |
getRenderedTemplateCode(\Smarty_Internal_Template $_template, string $unifunc = null)
get rendered template content by calling compiled or cached template code
\Smarty_Internal_Template | $_template | |
string | $unifunc | function with template code |
__construct(\Smarty_Internal_Template $_template)
create Cached Object container
\Smarty_Internal_Template | $_template | template object |
load(\Smarty_Internal_Template $_template) : \Smarty_Template_Cached
\Smarty_Internal_Template | $_template |
render(\Smarty_Internal_Template $_template, boolean $no_output_filter = true)
Render cache template
\Smarty_Internal_Template | $_template | |
boolean | $no_output_filter |
isCached(\Smarty_Internal_Template $_template) : boolean
Check if cache is valid, lock cache if required
\Smarty_Internal_Template | $_template |
flag true if cache is valid
read(\Smarty_Internal_Template $_template) : string|false
Read cache content from handler
\Smarty_Internal_Template | $_template | template object |
content