toddams / RazorLight

Template engine based on Microsoft's Razor parsing engine for .NET Core
Apache License 2.0
1.52k stars 259 forks source link

[Question] Pros of using Cache System #525

Closed abdullahbaa5 closed 1 year ago

abdullahbaa5 commented 1 year ago

Why would one use cache system? Is there some heavy initializing when the engine is built or template is rendered?

jzabroski commented 1 year ago

It can save reading templates from disk, or from a network file share, among other things.