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
...