I want to use CachePut(). In particular, I want to
CachePut(id = _attr.path, value = attr.qryPath, region = variables.cacheRegion);
id, value, and region are the 1st, 2nd, and 5th parameters respectively.
Adobe says the 3rd through last parameters are optional. Source: https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-c-d/CachePut.html
How do I pass in the 1st, 2nd, and 5th? When I try it, I get:
