0 votes
in Cache Technique by
What usually should be cached?

1 Answer

0 votes
by

The results for the following processes are good candidates for caching:

  • Long-running queries on databases,
  • high-latency network requests (for external APIs),
  • computation-intensive processing

Related questions

0 votes
asked Mar 6, 2022 in VueJS by sharadyadav1986
0 votes
asked Jul 1, 2020 in Cache Technique by Robindeniel
...