__construct() __construct( $directory, $options) Parameters $directory string The root cache directory $options int A set of options
generateKey() generateKey(string $name, string $className) : string Generates a cache key for the given template class name. Parameters string $name The template name string $className The template class name Returns string
write() write(string $key, string $content) Writes the compiled template to cache. Parameters string $key The cache key string $content The template representation as a PHP class
getTimestamp() getTimestamp(string $key) : integer Returns the modification timestamp of a key. Parameters string $key The cache key Returns integer