Overview

Packages

  • CONTENIDO
  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentRssCreator
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
    • ScriptCookieDirective
  • mpAutoloaderClassMap
  • None
  • Plugin
    • ContentAllocation
    • CronjobOverview
    • FormAssistant
    • FrontendLogic
    • FrontendUsers
    • Linkchecker
    • ModRewrite
    • Newsletter
    • Repository
      • FrontendNavigation
      • KeywordDensity
    • SearchSolr
    • SmartyWrapper
    • UrlShortener
    • UserForum
    • Workflow
  • PluginManager
  • Setup
    • Form
    • GUI
    • Helper
      • Environment
      • Filesystem
      • MySQL
      • PHP
    • UpgradeJob
  • Smarty
    • Cacher
    • Compiler
    • Config
    • Debug
    • PluginsBlock
    • PluginsFilter
    • PluginsFunction
    • PluginsInternal
    • PluginsModifier
    • PluginsModifierCompiler
    • PluginsShared
    • Security
    • Template
    • TemplateResources
  • Swift
    • ByteStream
    • CharacterStream
    • Encoder
    • Events
    • KeyCache
    • Mailer
    • Mime
    • Plugins
    • Transport

Classes

  • Smarty_Config_Source
  • Smarty_Internal_Resource_Eval
  • Smarty_Internal_Resource_Extends
  • Smarty_Internal_Resource_File
  • Smarty_Internal_Resource_PHP
  • Smarty_Internal_Resource_Stream
  • Smarty_Internal_Resource_String
  • Smarty_Resource
  • Smarty_Resource_Custom
  • Smarty_Resource_Recompiled
  • Smarty_Resource_Uncompiled
  • Smarty_Template_Cached
  • Smarty_Template_Compiled
  • Smarty_Template_Source
  • Overview
  • Package
  • Class
  • Todo
  • Download

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
Methods summary
public
# __construct( Smarty_Internal_Template $_template )

create Cached Object container

create Cached Object container

Parameters

$_template
template object
public boolean
# write( Smarty_Internal_Template $_template, string $content )

Write this cache object to handler

Write this cache object to handler

Parameters

$_template
template object
$content
content to cache

Returns

boolean
success
Properties summary
public string $filepath

Source Filepath

Source Filepath

# false
public string $content

Source Content

Source Content

# null
public integer $timestamp

Source Timestamp

Source Timestamp

# false
public boolean $exists

Source Existence

Source Existence

# false
public boolean $valid

Cache Is Valid

Cache Is Valid

# false
public boolean $processed

Cache was processed

Cache was processed

# false
public Smarty_CacheResource $handler

CacheResource Handler

CacheResource Handler

# null
public string $compile_id

Template Compile Id (Smarty_Internal_Template::$compile_id)

Template Compile Id (Smarty_Internal_Template::$compile_id)

# null
public string $cache_id

Template Cache Id (Smarty_Internal_Template::$cache_id)

Template Cache Id (Smarty_Internal_Template::$cache_id)

# null
public string $lock_id

Id for cache locking

Id for cache locking

# null
public boolean $is_locked

flag that cache is locked by this instance

flag that cache is locked by this instance

# false
public Smarty_Template_Source $source

Source Object

Source Object

# null
CMS CONTENIDO 4.9.7 API documentation generated by ApiGen