But it shouldn't go back to the database to check if it's changed, if it's truly cached. What would be the point of caching, if it had to check anyway?
On 21 June 2011 17:53, Peter Tilbrook <peter.tilbr...@gmail.com> wrote: > If the QUERY result changes (the result) the CACHE changes. This is the > point. If the query has NOT changed CF will use what is stored. Otherwise > it > re-requests the data from the database server. > > ColdFusion is NOT a database server. Your database returns a result to > ColdFusion based on what CF request. If the database server itself says > "the > results are different now" than obviously the result given to CF is now > changed. Hence a new QUERY.RESULT and a NEW AND UPDATED cache. > > Get it? > -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com. To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en.