Title:
Bug 81845:(Watson Migration Closure)Naming Inconsistencies for Removing Cache ItemsThere are some naming inconsistencies between the cfcache tag and the new caching functions
| View in TrackerStatus/Resolution/Reason: Closed/Won't Fix/
Reporter/Name(from Bugbase): Rob Bilson / Rob Brooks-Bilson (Rob Bilson)
Created: 01/28/2010
Components: Caching
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Minor / Unknown
Locale/System: English / Platforms All
Vote Count: 2
Problem:
Naming Inconsistencies for Removing Cache ItemsThere are some naming inconsistencies between the cfcache tag and the new caching functions. To remove an item from the object cache using the cfcache tag, you use action=”flush” like this:<cfcache action="flush" id="itemID">Using a function instead, you use cacheRemove():<cfset cacheRemove("itemID")>
Method:
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3040848
External Customer Info:
External Company:
External Customer Name: Rob Brooks-Bilson
External Customer Email: 6B546ECA439559160AAC0C16
External Test Config: 01/28/2010
Attachments:
Comments: