Login
Remember
Register
Ask a Question
What usually should be cached?
0
votes
asked
Mar 23, 2023
in
Cache Technique
by
GeorgeBell
What usually should be cached?
cache-technology-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 23, 2023
by
GeorgeBell
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
...