shouldCache property

bool shouldCache
getter/setter pair

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;