Quick question: In the document stated here, what does the third parameter in (3600,'foo,bar',false) mean? Does the false mean that it will not cache empty queries?
If the third parameter is false, it will not create a cache item if the query does not produce a result. If it is true, the empty result will also be cached.