Inherited by spunQ_DefaultTemplateCache.
Public Member Functions | |
| storePageContent (spunQ_HttpEntryPoint $entryPoint, array $variables, array $cacheOptions, $content) | |
| Stores the page's contents. | |
| loadPageFromCache (spunQ_HttpEntryPoint $entryPoint, array $variables, array $cacheOptions) | |
| Tries to load the page contents from cache. | |
Definition at line 6 of file IPageCache.interface.php.
| spunQ_IPageCache::loadPageFromCache | ( | spunQ_HttpEntryPoint $ | entryPoint, | |
| array $ | variables, | |||
| array $ | cacheOptions | |||
| ) |
Tries to load the page contents from cache.
| $entryPoint | The entry point to process. | |
| $variables | Parameters to the entry point. | |
| $cacheOptions | The entry point's cache options. |
| spunQ_IPageCache::storePageContent | ( | spunQ_HttpEntryPoint $ | entryPoint, | |
| array $ | variables, | |||
| array $ | cacheOptions, | |||
| $ | content | |||
| ) |
Stores the page's contents.
| $entryPoint | The entry point to process. | |
| $variables | Parameters to the entry point. | |
| $cacheOptions | The entry point's cache options. | |
| $content | Content generated by the entry point. |
1.5.9