>Is there any way to clear just individual queries?  Would the best
>method for doing that be to execute the same query and give it a new
>cachedwithin value of #CreateTimeSpan(0,0,0,0)# to kill the cache from
>the backend and then when the frontend query is called again, it will
>reset the cache?  I'm just curious how CF differentiates cached queries.
>If the front end has one application name and the backend has another,
>does it handle the cached queries separate even though they're the exact
>same query?
>

While setting a createTimeSpan value of 0 will indeed work, the results
won't take effect until the *next* page request, I think. In the above
scenario, you'd be relying on somebody hitting that page again before
showing the proper results (even if you just hit Refresh in your browser,
you still have to load the page twice to achieve the desired result).

Regards,
Dave.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to