Convert this CFC from tags to script:
https://github.com/ColdBox/coldbox-platform/blob/development/system/cache/policies/LRU.cfc
This is a very small CFC. The function bodies are already in cfscript tags, so only the component and function definitions need changed. Change the header to script multi-line comments and move any argument hints into function annotations like so:
Are you craiglonsbury on Github? Just trying to figure out if this pull is from you.
https://github.com/ColdBox/coldbox-platform/pull/235
Nope, I'm murphydan on GitHub. Looks like they've already taken care of this though, so I'll drop my name from this issue.
Thanks !