Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Query Caching Question
  • 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?

    Thanks.
  • HarroHarro
    Accepted Answer
    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.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion