Hello,
I have a CF template that has a query which is cached like this
<cfquery datasource="#dsn#" name="getQuantity"
cachedwithin="#CreateTimeSpan(0, 4, 0, 0)#">
which to me says cache this query's results for 4 hours. After 4 hours
run the query and cache
those results for four hours. I started a system probe in the CFAdmin
which runs every 4hr 10min
and what it does is runs the CF template with the cached query in it.
The probe does not appear
to be caching the query. I say this because when I hit that web page
with my browser it executes
the query which takes a while.
So my question is should the system probe cache the query? Also, is
there a way in CF Admin
to see which query's are cached?
Thanks in advance.
Joe