query_cache_type queries the cache type.
| Property | Description |
|---|---|
| Parameter type | Varchar |
| Default value | OFF |
| Value range | * OFF: Do not cache or retrieve results. * ON: Cache all query results except the result of SELECT SQL_NO_CACHE. * DEMAND: Cache only query results of SELECT SQL_CACHE .... |
| Effective scope | * GLOBAL * SESSION |