Title:
Bug 72659:According to the docs, cfcache action=get allows for a metadata attribute
| View in TrackerStatus/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:
According to the docs, cfcache action=get allows for a metadata attribute. When I tried the code below, the structure is empty even though the item is being cached.
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: 3035787
External Customer Info:
External Company:
External Customer Name: Raymond Camden
External Customer Email: 5FBC41E943BD265C992015D5
External Test Config: 08/13/2008
Attachments:
Comments: