Inherited by spunQ_DefaultTemplateCache.
Public Member Functions | |
| storeTemplateContent (spunQ_Template $template, array $variables, array $cacheOptions, $content) | |
| Stores the template's contents. | |
| loadTemplateFromCache (spunQ_Template $template, array $variables, array $cacheOptions) | |
| Tries to load the template contents from cache. | |
Definition at line 6 of file ITemplateCache.interface.php.
| spunQ_ITemplateCache::loadTemplateFromCache | ( | spunQ_Template $ | template, | |
| array $ | variables, | |||
| array $ | cacheOptions | |||
| ) |
Tries to load the template contents from cache.
| $template | The template to process. | |
| $variables | Parameters to the template. | |
| $cacheOptions | The template's cache options. |
| spunQ_ITemplateCache::storeTemplateContent | ( | spunQ_Template $ | template, | |
| array $ | variables, | |||
| array $ | cacheOptions, | |||
| $ | content | |||
| ) |
Stores the template's contents.
| $template | The template to process. | |
| $variables | Parameters to the template. | |
| $cacheOptions | The template's cache options. | |
| $content | Content generated by the template. |
1.5.9