jaysylvester / citizen

Node.js MVC web application framework. Includes routing, serving, caching, session management, and other helpful tools.
MIT License
100 stars 7 forks source link

Add URL parameter to flush app cache in development mode #83

Open jaysylvester opened 3 years ago

jaysylvester commented 3 years ago

Hot module reloading is working great, but sometimes I'll update data in a database and that forces me to restart the app in order to clear the cache.

It would be handy to have a URL parameter that clears the cache for that particular request.