tracker issue : CF-3035788

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

Bug 72660:cfcache action=get doesn't set the variable

| View in Tracker

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:

cfcache action=get doesn't set the variable. Looking at the sample code below, "T" should be the result of getting the cache ID first. While the code doesn't throw an error, T doesn't exist.


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#">

Result:

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3035788

External Customer Info:
External Company:  
External Customer Name: Raymond Camden
External Customer Email: 5FBC41E943BD265C992015D5
External Test Config: 08/13/2008

Attachments:

Comments: