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

137
Views
How to avoid API response data to store into cache?

I was calling API with interval of 3 sec and API response which is too large, so I need to overcome the storage usage while API call. Can any one suggestion me what can I do? I tried it with adding cache headers but this is not working.

setInterval(async() => {
    let response = await fetch(API_ENDPOINT, {'cache':'no-store'});
    let result = await response.json();
    console.log(result);
  }, 3000);

about 4 years ago · Juan Pablo Isaza
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!