Can I use cache decorator in a module function and then use on fastapi main file? #418
TheoOliveira
started this conversation in
General
Replies: 1 comment 1 reply
-
I have the same question. Have you found any information on this matter? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have few functions that are in modules, i don't want to cache the entire fn route but the fn that actually get data. is it possible in case i use the decorator where the functions are declared and when run on the other file would work?
Beta Was this translation helpful? Give feedback.
All reactions