cacheModifiedCheck()
cacheModifiedCheck(\Smarty_Template_Cached $cached, \Smarty_Internal_Template $_template, string $content)
check client side cache
Parameters
| \Smarty_Template_Cached | $cached | |
| \Smarty_Internal_Template | $_template | |
| string | $content |
Inline Runtime Methods render, setSourceByUid, setupSubTemplate
cacheModifiedCheck(\Smarty_Template_Cached $cached, \Smarty_Internal_Template $_template, string $content)
check client side cache
| \Smarty_Template_Cached | $cached | |
| \Smarty_Internal_Template | $_template | |
| string | $content |
removeNoCacheHash(\Smarty_Template_Cached $cached, \Smarty_Internal_Template $_template, boolean $no_output_filter)
Sanitize content and write it to cache resource
| \Smarty_Template_Cached | $cached | |
| \Smarty_Internal_Template | $_template | |
| boolean | $no_output_filter |
updateCache(\Smarty_Template_Cached $cached, \Smarty_Internal_Template $_template, $no_output_filter)
Cache was invalid , so render from compiled and write to cache
| \Smarty_Template_Cached | $cached | |
| \Smarty_Internal_Template | $_template | |
| $no_output_filter |
writeCachedContent(\Smarty_Template_Cached $cached, \Smarty_Internal_Template $_template, string $content) : boolean
Writes the content to cache resource
| \Smarty_Template_Cached | $cached | |
| \Smarty_Internal_Template | $_template | |
| string | $content |
write(\Smarty_Template_Cached $cached, \Smarty_Internal_Template $_template, string $content) : boolean
Write this cache object to handler
| \Smarty_Template_Cached | $cached | |
| \Smarty_Internal_Template | $_template | template object |
| string | $content | content to cache |
success