query_cache_size in MySQL Understanding Query Cache Memory
The query_cache_size setting controlled the amount of memory allocated to MySQL's Query Cache in older MySQL versions. Learn how it worked, why it was useful, and why it should not be used with modern MySQL.
Read More