tracker issue : CF-3040977

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

Bug 82169:[ANeff] Doc bugs for: Various bugs in cfcache's doc

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)

Created: 02/20/2010

Components: Documentation, General

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 /

Priority/Frequency: Normal / Unknown

Locale/System: English / Platforms All

Vote Count: 0

Problem:

[ANeff] Doc bugs for: Various bugs in cfcache's doc.Related URL: http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/WSc3ff6d0ea77859461172e0811cbec22c24-7d5a.html1)Action for dependsOn attribute is currently "cacheserverCacheoptimal". It should be "cache,serverCache,optimal". (hint: add commas btwn the values)2) Description for useCache attribute currently contains "This attribute can be useful during development., or you could use a function to predict when to use a cache based on the application state." (note the period followed by comma)Suggested wording: "This attribute can be useful during development. For example, you could use a function to predict when to use a cache, based on the application state."3)Description for useQueryString attribute currently contains "This means, that a new template cahce is created whenever the query string changes." (note the spelling of cache.. it should be "cache" not "cahce") (also, the "This means, that" could also be "This means that" ..a comma is probably not necessary there)    4)Description for useQueryString attribute currently contains "If set to true, the attribute dependson considers the URL parameters defined in the querystring as well to generate template caches." (note "querystring" should be "query string")5)The cache functions should be listed under "See also". Currently cfcache's "See also" only contains this list: "cfflush, cfheader, cfhtmlhead, cfsetting, cfsilent". This list should also contain the following: CacheGet, CacheGetAllIds, CacheGetMetadata, CacheGetProperties, CachePut, CacheRemove and CacheSetProperties.6)It should be noted that the "id" attribute can accept a list. Example: <cfcache action="flush" id="#arrayToList(cacheGetAllIDs())#">. Thus, in the description for the "id" attribute, "The identifier for a cached object." could be changed to "The identifier for a cached object. This attribute can also take a comma separated list of identifiers."
Method:


Result:

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

Watson Bug ID:	3040977

External Customer Info:
External Company:  
External Customer Name: Aaron Neff
External Customer Email: 3D1D17B03C844EBF992001AC
External Test Config: 02/20/2010

Attachments:

Comments: