PHP Класс TemplateCacheHandler_DB

Наследование: extends TemplateCacheHandler
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
TemplateCacheHandler_DB ( )
clean ( $tpl_file = null ) Clears template cache storage.
description ( ) : string Returns a short description of the cache engine.
handler ( $action, &$cache_content, $tpl_file = null, $cache_id = null, $compile_id = null, $exp_time )
isSupported ( ) : boolean Returns true if the engine was supported in PHP, false otherwise.
update ( $campsiteVector, $exactUpdate = false ) Updates template cache storage by given campsite vector.
vectorToWhereString ( $vector )

Описание методов

TemplateCacheHandler_DB() публичный Метод

clean() публичный Метод

Clears template cache storage.
public clean ( $tpl_file = null )

description() публичный Метод

Returns a short description of the cache engine.
public description ( ) : string
Результат string

handler() публичный Метод

public handler ( $action, &$cache_content, $tpl_file = null, $cache_id = null, $compile_id = null, $exp_time )

isSupported() публичный Метод

Returns true if the engine was supported in PHP, false otherwise.
public isSupported ( ) : boolean
Результат boolean

update() публичный Метод

Updates template cache storage by given campsite vector.
public update ( $campsiteVector, $exactUpdate = false )

vectorToWhereString() публичный статический Метод

public static vectorToWhereString ( $vector )