LoaderInterface
interface LoaderInterface
LoaderInterface is the interface all loaders must implement.
Methods
Storage|bool
bool
isFresh(TemplateReferenceInterface $template, int $time)
Returns true if the template is still fresh.
Details
at line line 31
Storage|bool
load(TemplateReferenceInterface $template)
Loads a template.
at line line 41
bool
isFresh(TemplateReferenceInterface $template, int $time)
Returns true if the template is still fresh.