Re: [uWSGI] Cache function questions from Python module

2018-03-17 Thread Roberto De Ioris
> I'm starting to use the cache_* functions from a Flask app, and > noticed that the documentation of what's available seems incomplete. > (I'm using uWSGI 2.0.14.) From a running pyshell, I can see the > following functions: cache_clear, cache_dec, cache_del, cache_div, > cache_exists, cache_get,

[uWSGI] Cache function questions from Python module

2018-03-16 Thread Skip Montanaro
I'm starting to use the cache_* functions from a Flask app, and noticed that the documentation of what's available seems incomplete. (I'm using uWSGI 2.0.14.) From a running pyshell, I can see the following functions: cache_clear, cache_dec, cache_del, cache_div, cache_exists, cache_get, cache_inc,