Class Smarty_Template_Cached

Description

Smarty Resource Data Object

Cache Data Container for Template Files

  • author: Rodney Rehm

Located in /libs/sysplugins/smarty_cacheresource.php (line 199)


	
			
Variable Summary
Method Summary
Smarty_Template_Cached __construct (Smarty_Internal_Template $_template)
boolean write (Smarty_Internal_Template $_template, string $content)
Variables
string $cache_id = null (line 252)

Template Cache Id (Smarty_Internal_Template::$cache_id)

  • access: public
string $compile_id = null (line 246)

Template Compile Id (Smarty_Internal_Template::$compile_id)

  • access: public
string $content = null (line 210)

Source Content

  • access: public
boolean $exists = false (line 222)

Source Existance

  • access: public
string $filepath = false (line 204)

Source Filepath

  • access: public
Smarty_CacheResource $handler = null (line 240)

CacheResource Handler

  • access: public
bool $is_locked = false (line 264)

flag that cache is locked by this instance

  • access: public
string $lock_id = null (line 258)

Id for cache locking

  • access: public
boolean $processed = false (line 234)

Cache was processed

  • access: public
Smarty_Template_Source $source = null (line 270)

Source Object

  • access: public
integer $timestamp = false (line 216)

Source Timestamp

  • access: public
boolean $valid = false (line 228)

Cache Is Valid

  • access: public
Methods
Constructor __construct (line 277)

create Cached Object container

  • access: public
Smarty_Template_Cached __construct (Smarty_Internal_Template $_template)
write (line 355)

Write this cache object to handler

  • return: success
  • access: public
boolean write (Smarty_Internal_Template $_template, string $content)

Documentation generated on Sat, 24 Sep 2011 20:23:32 +0200 by phpDocumentor 1.4.1