Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Details
Sentry
Sentry
Sentry
Created October 10, 2015 at 7:57 AM
Updated March 28, 2016 at 10:31 PM
Resolved March 28, 2016 at 10:31 PM
BoxLang: Our new JVM Dynamic Language made by Ortus! Check it out: https://www.boxlang.io
Convert this CFC from tags to script:
https://github.com/ColdBox/coldbox-platform/blob/development/system/cache/policies/LFU.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:
/** * This is the function hint * * @param This is the argument hint */ function ( param ) {}