Classes

CacheLoader is a loader that caches other loaders responses on the filesystem.
ChainLoader is a loader that calls other loaders to load templates.
FilesystemLoader is a loader that read templates from the filesystem.
Loader is the base class for all template loader classes.

Interfaces

LoaderInterface is the interface all loaders must implement.