What is the primary purpose of view caching in Express?
-
A
Storing compiled templates in memory to avoid recompilation on every request
-
B
Caching HTTP responses in the browser using Cache-Control headers
-
C
Saving rendered HTML output files to disk for static serving
-
D
Compressing template source files to reduce bundle size