tracker issue : CF-3941631

select a category, or use search below
(searches all categories and all time range)
Title:

cfobjectcache action="clear" does not work in 11,0,03

| View in Tracker

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:

Unable to repro the case. When object cache is cleared(through "clear" url parameter) the query result is refreshed.
Comment by Akhila K.
8360 | April 15, 2015 11:03:44 AM GMT
Closing the bug. Please let us know if you find this issue again.
Comment by Akhila K.
8361 | June 15, 2015 01:35:10 AM GMT
Adobe, This is still 100% reproducible on CF11 Update 5 (build 11,0,05,293506) and on build 11.0.0.295492. Please see my 2:26:48 AM GMT+00:00 Jan 27, 2015 comment on CF-3923429. Same issue also filed as CF-3587061. Thanks!, -Aaron
Comment by External U.
8362 | October 07, 2015 01:14:28 AM GMT