You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
I'm using version 3.4.1 of the scaffolding plugin and I noticed that there is no way to disable the
generatedViewCache
ofgrails.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
application.yml
to enable/disable the cache.What do you guys think about it? Any comments?
The text was updated successfully, but these errors were encountered: