How can I support MySQL query cache options using the ORM?
SELECT SQL_CACHE something FROM table
Or disabling cache
SELECT SQL_NO_CACHE stuff FROM table
Thank's for any help :)
How can I support MySQL query cache options using the ORM?
SELECT SQL_CACHE something FROM table
Or disabling cache
SELECT SQL_NO_CACHE stuff FROM table
Thank's for any help :)