API Joomla 1.5.26
Documentation des API du CMS Joomla en version 1.5
|
patTemplate_TemplateCache::getKey | ( | $ | input, |
$ | options = array() |
||
) |
get the cache key for the input
mixed | input to read from. This can be a string, a filename, a resource or whatever the derived class needs to read from |
array | options |
patTemplate_TemplateCache::load | ( | $ | key, |
$ | modTime = -1 |
||
) |
load template from cache
public
string | cache key |
integer | modification time of original template |
Réimplémentée dans patTemplate_TemplateCache_eAccelerator, patTemplate_TemplateCache_File, et patTemplate_TemplateCache_MMCache.
patTemplate_TemplateCache::write | ( | $ | key, |
$ | templates | ||
) |
write template to cache
public
string | cache key |
array | templates to store |
Réimplémentée dans patTemplate_TemplateCache_eAccelerator, patTemplate_TemplateCache_File, et patTemplate_TemplateCache_MMCache.