Class Smarty_Template_Cached
Smarty Resource Data Object Cache Data Container for Template Files
Package: Smarty\TemplateResources
Author: Rodney Rehm
Located at plugins/smarty/smarty_source/sysplugins/smarty_cacheresource.php
Author: Rodney Rehm
Located at plugins/smarty/smarty_source/sysplugins/smarty_cacheresource.php
public
|
|
public
boolean
|
public
string
|
$filepath
Source Filepath |
#
false
|
public
string
|
$content
Source Content |
#
null
|
public
integer
|
$timestamp
Source Timestamp |
#
false
|
public
boolean
|
$exists
Source Existence |
#
false
|
public
boolean
|
$valid
Cache Is Valid |
#
false
|
public
boolean
|
$processed
Cache was processed |
#
false
|
public
|
$handler
CacheResource Handler |
#
null
|
public
string
|
$compile_id
Template Compile Id (Smarty_Internal_Template::$compile_id) |
#
null
|
public
string
|
$cache_id
Template Cache Id (Smarty_Internal_Template::$cache_id) |
#
null
|
public
string
|
$lock_id
Id for cache locking |
#
null
|
public
boolean
|
$is_locked
flag that cache is locked by this instance |
#
false
|
public
|
$source
Source Object |
#
null
|