Class Smarty_CacheResource
Cache Handler API
Direct known subclasses
Smarty_CacheResource_Custom, Smarty_CacheResource_KeyValueStore, Smarty_Internal_CacheResource_File
Abstract
Package: Smarty\Cacher
Author: Rodney Rehm
Located at plugins/smarty/smarty_source/sysplugins/smarty_cacheresource.php
Package: Smarty\Cacher
Author: Rodney Rehm
Located at plugins/smarty/smarty_source/sysplugins/smarty_cacheresource.php
abstract public
|
#
populate(
populate Cached Object with meta data from Resource |
abstract public
|
#
populateTimestamp(
populate Cached Object with timestamp and exists from Resource |
abstract public
boolean
|
#
process(
Read the cached template and process header |
abstract public
boolean
|
#
writeCachedContent(
Write the rendered template output to cache |
public
null|string
|
|
abstract public
integer
|
|
abstract public
integer
|
|
public
boolean|null
|
|
public
boolean
|
#
hasLock(
Check is cache is locked for this template |
public
boolean
|
|
public
boolean
|
|
public static
|
|
public static
|
public static
array
|
$resources
cache for Smarty_CacheResource instances |
#
array()
|
protected static
array
|
$sysplugins
resource types provided by the core |
#
array(
'file' => true,
)
|