If I have two users and they load the same page and the page has prepared statements in it is the prepared statement query parsed and cached from the first user who loaded the page used for the second user's page load to speed up their query results?
Is the parsed query cache stateless across all connections and is once it is parsed and cached is that cached used for all users who use the site? Or is it state full and can only be reused in the same connection?