Is it possible to cache a page on the web server so that all users see the same data from that page? Then after a period of time, the server refreshes the data on the page.
So, the user gets cached data, queried from SQL Server, even after clicking refresh until the server updates the content. Also, all users accessing the page see the same data until the server refresh.
I hope I'm explaining myself weel enough. Thanks in advance.
So, the user gets cached data, queried from SQL Server, even after clicking refresh until the server updates the content. Also, all users accessing the page see the same data until the server refresh.
I hope I'm explaining myself weel enough. Thanks in advance.