Method |
Description |
|
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 ) |
|
|