Title:
Bug 76159:(Watson Migration Closure)While we have a cacheGetAllIds(), we really need a cacheExists(id)
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Raymond Camden / Raymond Camden (Raymond Camden)
Created: 03/24/2009
Components: Caching
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Normal / Unknown
Locale/System: English / Platforms All
Vote Count: 7
Problem:
While we have a cacheGetAllIds(), we really need a cacheExists(id). It saves you a step and just seems kinda odd that it isn't there in the first place. This code:
<cfif arrayFind(cacheGetAllIds(), "foo")>
becomes simpler:
<cfif cacheExists("foo")>
Method:
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3037990
External Customer Info:
External Company:
External Customer Name: Raymond Camden
External Customer Email: 5FBC41E943BD265C992015D5
External Test Config: 03/24/2009
Attachments:
Comments: