interface LoaderInterface
LoaderInterface is the interface all loaders must implement.
Methods
Storage|bool | load(TemplateReferenceInterface $template) Loads a template. | |
bool | isFresh(TemplateReferenceInterface $template, int $time) Returns true if the template is still fresh. |
Details
Storage|bool load(TemplateReferenceInterface $template)
Loads a template.
bool isFresh(TemplateReferenceInterface $template, int $time)
Returns true if the template is still fresh.
Please login to continue.