dbrain / soggy

An fast and simple express/sinatra like web framework.. thing.. for Go.
45 stars 1 forks source link

Add a caching layer for templates #13

Open dbrain opened 12 years ago

dbrain commented 12 years ago

As someone who doesn't want my template hitting requests to take a long time, I'd like to have some kind of template cache available to TemplateEngine's. You would probably store the compiled template, the support for this probably differs depending on the templating engine used.