saw303 opened a new issue, #14288:
URL: https://github.com/apache/grails-core/issues/14288

   I'm using version 3.4.1 of the scaffolding plugin and I noticed that there 
is no way to disable the `generatedViewCache` of 
`grails.plugin.scaffolding.ScaffoldingViewResolver`.
   
   **What is the use case?**
   
   I installed the scaffolding templates to my project in order to modify them 
according the project needs. Since there is no way around that caching feature 
I have to restart the Grails application to see modifications made in the 
scaffolding template. This is a very time consuming job.
   
   **Possible solutions**
   
   - Introduce a toggle switch that I can address in my `application.yml` to 
enable/disable the cache.
   - (_In development environment only_): Create a hash of the view and compare 
it with the hash that is currently in the cache
   
   What do you guys think about it? Any comments?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to