fermin-silva / mockserver

The hassle-free way of mocking a backend server API
http://ferminsilva.com/mockserver/
0 stars 0 forks source link

ADD optional caching #7

Open fermin-silva opened 5 years ago

fermin-silva commented 5 years ago

Add caching layer.

At the httphandler level? At the template loading level? (careful with randomization)

Per file? Global?

ON all the time and detect changes? OFF by default and depending on flag turn ON?