thadeusb / flask-cache

Cache extension for Flask
http://packages.python.org/Flask-Cache/
Other
697 stars 185 forks source link

different request value lead to the same result #200

Closed datalee closed 5 years ago

datalee commented 5 years ago

1.request value1: { "x":"x1", "y":"y1" }

2.request value2: { "x":"x2", "y":"y2" } has the same return

ponytailer commented 5 years ago

Use the flask-caching. It resolved this bug.

datalee commented 5 years ago

Use the flask-caching. It resolved this bug.

thks