Status/Resolution/Reason: Closed/Withdrawn/CannotReproduce
Reporter/Name(from Bugbase): Steve Withington / Steve Withington (Steve Withington)
Created: 02/18/2015
Components: Caching
Versions: 11.0
Failure Type: Non Functioning
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Critical / All users will encounter
Locale/System: ALL / Mac 10.9
Vote Count: 0
Problem Description:
Steps to Reproduce:
1) Sample code:
<cfparam name="url.clear" default="false" />
<cfif url.clear>
<cfobjectcache action="clear"/>
</cfif>
<cfquery name="rs" datasource="#ds#" cachedwithin="#CreateTimeSpan(1,0,0,0)#">
select * from sometable
</cfquery>
<cfdump var="#rs#">
2) Add some records and refresh, no change to query
3) Append URL with ?clear=true ... still no change to query
Actual Result:
No change.
Expected Result:
An updated recordset
Any Workarounds:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3941631
External Customer Info:
External Company:
External Customer Name: Steve
External Customer Email:
External Test Config: My Hardware and Environment details:
ColdFusion 11,0,03,292480
Mac OS X 10.9.5
Also tested on Win7
Attachments:
Comments: