Method | Description | |
---|---|---|
clean ( ) : boolean | Clears template cache storage. | |
description ( ) : string | Returns a short description of the cache handler. | |
handler ( $action, &$cache_content, $tpl_file = null, $cache_id = null, $compile_id = null, $exp_time = null ) : boolean | Smarty template cache handler implementation. | |
isSupported ( ) : boolean | Returns true if the handler was supported in PHP, false otherwise. | |
update ( $camspiteVector ) : boolean | Updates template cache storage by given campsite vector. |
abstract public description ( ) : string | ||
return | string |
abstract public isSupported ( ) : boolean | ||
return | boolean |