Status/Resolution/Reason: Closed/Withdrawn/
Reporter/Name(from Bugbase): Raymond Camden / Raymond Camden (Raymond Camden)
Created: 08/13/2008
Components: Caching
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Trivial / Unknown
Locale/System: English / Mac 10 All
Vote Count: 0
Problem:
getAllCacheIDs is a total failure for me. It returns an empty array.
Method:
<cfcache id="first">
<cfoutput>#now()#<p></cfoutput>
</cfcache>
<cfcache id="second">
<cfoutput>#now()# #randRange(1,1000)#<p></cfoutput>
</cfcache>
<hr/>
<cfcache action="get" metadata="s" id="first" name="t">
<cfdump var="#s#">
<cfdump var="#getAllCacheIds()#">
<cfset t2 = cacheGet("first")>
<cfoutput>#t2#</cfoutput>
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3035790
External Customer Info:
External Company:
External Customer Name: Raymond Camden
External Customer Email: 5FBC41E943BD265C992015D5
External Test Config: 08/13/2008
Attachments:
Comments: