$filepath
$filepath : string
Source Filepath
Smarty Resource Data Object
Cache Data Container for Template Files
$handler : \Smarty_CacheResource
CacheResource Handler
$source : \Smarty_Template_Source
Source Object
__construct(\Smarty_Internal_Template  $_template) 
                create Cached Object container
| \Smarty_Internal_Template | $_template | template object  | 
                            
write(\Smarty_Internal_Template $_template, string $content) : boolean
Write this cache object to handler
| \Smarty_Internal_Template | $_template | template object  | 
                            
| string | $content | content to cache  | 
                            
success