shouldCache property
Whether to enable template caching.
Set to false during development for automatic template reloading.
Set to true in production for better performance.
Implementation
bool shouldCache = false;
Whether to enable template caching.
Set to false during development for automatic template reloading.
Set to true in production for better performance.
bool shouldCache = false;