Hey All,
I’ve been trying to set up a cache in my dash app and keep seeing KeyError: 'cache'
The way that I set up either caching is exactly as in https://dash.plot.ly/performance
Can anyone advise?
Additionally, if i try to set up redis (which is running correctly) as done here: https://stackoverflow.com/questions/24589123/how-to-cache-sql-alchemy-calls-with-flask-cache-and-redis
I get this error AttributeError: 'Dash' object has no attribute 'jinja_env'
My app takes user input and creates a MySQL query and executes it. The custom query is generated via a dropdown input form the user and I was hoping to improve performance by incorporating caching.