Google News
logo
Web Services - Interview Questions
Are there any disadvantages of using response Caching? Explain.
Caching means storing a lot of information for future requirements. It speeds up the workflow. Response Caching is impractical when methods accept an extensive amount of values. Also, if the method depends on some external source of information, and that is not provided as the arguments then such methods are avoided.
Advertisement