Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

309
Views
Is it possible to cache values of functions in fastapi?

I have a route

def some_function(value):
   fetch metadata for value from another api .....
   return some_data


app.route("/"):
def something(value):
    data = call_function(value)
    process.. data...
    return data

I am wondering if there is a way to cache the output of some_function(value)

I have a front end calling this end point every few mins and the some_function fetches meta data on each calls. seems like a waste of a call, especially if the far away tool has been impected somehow. Is there a way to store the data and return quickly in this case?

over 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!