> From: Jim McAtee
>
> Cached queries are named and tracked by CF on a server-wide
> basis, correct?  Say I cache a query with the name "myquery",
> will an unrelated query (different SQL statement) with the
> same queryname cause the first query to be flushed, or will
> it have no effect on the caching?

Cached queries aren't taken from the name, but taken from the datasource
and the SQL

If you run the same query on the same datasource, it'll pull it from the
cache rather than going to the server

You could called all of your queries "getTheData", CF won't care
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to