If I put a dataset in the cache object when the first user requests a page, then does the next user get to access the object and avoid a database query, assuming the cache has not expired?
All the documentation I see says the cache has application scope. So it seems like a great way to tune performance when I'm using several large datasets on a page.
Am I correct? Cache a datset one time and all the other users can get at it?