getSource($name)
{Gets the source code of a template, given its name.The name of the template to loadstring The templa...
exists($name)
{Check if we have the source code of a template, given its name.The name of the template to check if ...
Adds an exists() method for loaders.
isFresh($name, $time)
{Returns true if the template is still fresh.The template name The last modification time of the cach...
getCacheKey($name)
{Gets the cache key to use for the cache for a given template name.The name of the template to loadst...
Loads a template from a string.
Interface all loaders must implement.