Hi Sue,
there are 3 possible settings:
0 - off
1 - on for all queries that except those that explicitly state not to cache the query and the results. SELECT SQL_NO_CACHE ...
2 - off except for queries that explicitly state to be included in the query cache. SELECT SQL_CACHE ...
Ronan