The CachingTemplateLoaderMixin class caches loaded templates to and only reloads them if they have been modified since they were last loaded.
| base_dir) |
| name) |
os.path.join() on the base_dir specified in the
constructor and the name argument.
If there is an error reading the template a TemplateLoadError will be raised.
If the template has been previously loaded it will only be reloaded if it has been modified since last load.
| name) |
None.