Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Eric Peterson / Eric Peterson (Eric Peterson)
Created: 01/19/2015
Components: Caching
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Major / All users will encounter
Locale/System: English / Mac 10 All
Vote Count: 6
Problem Description:
ColdFusion is not clearing the query cache when clearing it through the Administrator panel.
Steps to Reproduce:
Write a query and set `setCachedWithin(CreateTimeSpan(1,0,0,0))`.
Get the results.
Change the underlying data.
Get the results again.
See that your data is not changed (normal caching behavior).
Clear the cache in ColdFusion Administrator -> Caching -> Clear Query Cache Now.
Get the results one more time.
See that the data is still not changed (bug).
Any Workarounds:
Removing the `setCachedWithin()` line stops the bug, but putting the line back in after that reintroduces the bug.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3923429
External Customer Info:
External Company:
External Customer Name: spardicurus
External Customer Email:
External Test Config: My Hardware and Environment details:
Mac OS X 10.10.1
ColdFusion 11 Update 3
Oracle 11g Database
Attachments:
- December 14, 2015 00:00:00: 1_3923429.zip
Comments: