Flask-SQLAlchemy-Cache icon indicating copy to clipboard operation
Flask-SQLAlchemy-Cache copied to clipboard

`README` snippet

Open rvvincelli opened this issue 7 years ago • 0 comments

Hi,

Thanks a lot for this clever caching making good use of Flask caching, the dogpile caching documented in the SQLAlchemy docs is rather poor and hazy to understand.

I think in the snippet it would be clearer to have:

cache = Cache(app, config={'CACHE_TYPE': 'simple'})

otherwise as you know caching is disabled actually.

Cheers,

rvvincelli avatar Jan 28 '19 18:01 rvvincelli