What is Resultset Caching?

Technology CommunityCategory: CachingWhat is Resultset Caching?
VietMX Staff asked 3 years ago

Resultset caching is storing the results of a database query along with the query in the application. Every time a web page generates a query, the applications checks whether the results are already cached, and if they are, pulls them from an in-memory data set instead. The application still has to render the page.