Flask-caching vs. lru_cache #272
Unanswered
leshchenko1979
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my flask app, I have already had implemented memoizing via
functools/lru_cache
by the time I heard offlask-caching
.Do I need to move to
flask-caching
or islru_cache
just as fine?Beta Was this translation helpful? Give feedback.
All reactions