Title:
Description of cacheRemove ("Removes an object from the cache") is incorrect
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/Fixed
Reporter/Name(from Bugbase): A. B. / ()
Created: 01/10/2020
Components: Documentation
Versions: 2018
Failure Type:
Found In Build/Fixed In Build: 2018.0.07 / docs
Priority/Frequency: Normal /
Locale/System: / Win All
Vote Count: 0
Problem Description: As from ColdFusion 11, the cacheRemove's id argument may be an array. Each array item may represent an object to be removed from cache.
Therefore the description, "Removes an object from the cache", is no longer valid. In fact, it may now confuse or mislead.
Steps to Reproduce:
See, for example, the documentation
https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-c-d/CacheRemove.html
Actual Result:
Description: "Removes an object from the cache"
Expected Result:
1) Description: "Removes objects from the cache"
or 2) Description: "Removes one or more objects from the cache"
Any Workarounds:
Not relevant
Attachments:
Comments: