I would like to configure Wro4j in such a way that it should dynamically enable/disable cache based on the properties file (not wro.properties)
is implementing a custom RequestHandeler good ideal? Please let me know if there is any possible way to do it.
Moreover, It would be really great if i can do that based on request parameter:
eg: calling the URL /wro/main.css?disableCache=true should give me the main.css generated by Wro4j (with compete wro4j life cycle) and not from the cache.
Note: I am using spring MVC.