# Functions
NewCache creates a new thread-safe Cache.
NewParams creates a new instance of Parameters.
NewTemplate compiles a text template and returns the result in Template struct Parameter templateStr must follow syntax defined by text/template.
# Structs
Cache is a thread-safe cache of compiled text templates.
Parameters is a set of named parameters for the text template.
Template struct contains text template string as well as its compiled version.