Z manuala:
SELECT SQL_CACHE id, name FROM customer;
SELECT SQL_NO_CACHE id, name FROM customer;
Zadziała, jeśli query_cache_type jest ustawione na on lub demand.
To cache po stronie serwera MySQL.
Poczytaj o ADODB:
http://phplens.com/lens/adodb/docs-adodb.htm#cachegetalltam cache będzie po stronie serwera Apache, połączenie z MySQL w ogóle nie będzie nawiązywane.