Details
Assignee
Michael OffnerMichael OffnerReporter
Matthew ClementeMatthew ClementePriority
NewNew Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Matthew Clemente
Matthew ClementePriority
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Affects versions
Created 17 May 2021 at 20:47
Updated 19 May 2021 at 14:22
<cfscript> args = { id = 'test', value = 1 } cachePut( argumentCollection = args ); // cachePut( id = 'test', value = 1 ); https://docs.lucee.org/reference/functions/cacheput.html dump(cacheget('test')); </cfscript>
throws Too few attributes in function [cachePut]
I haven't tested the other cache functions.