interface LoaderInterface
LoaderInterface is the interface all loaders must implement.
Methods
| Storage|Boolean |
load(TemplateReferenceInterface $template)
Loads a template. |
|
| Boolean |
isFresh(TemplateReferenceInterface $template, integer $time)
Returns true if the template is still fresh. |
Details
at line 34
public Storage|Boolean
load(TemplateReferenceInterface $template)
Loads a template.
at line 46
public Boolean
isFresh(TemplateReferenceInterface $template, integer $time)
Returns true if the template is still fresh.