Functions
Tags
- <cflock> Provides two types of locks to ensure the integrity of shared data: Exclusive lock and Read-only lock.
- Application.cfc / <cfapplication> Defines a CFML Application and configures the properties / behavior of that Application
Categories
Guides
- Access Modifiers for variables public and private scope for component variables
- Migrating from Classic to Modern Local Scope Mode Guide for safely migrating your Lucee application from classic to modern local scope mode
- Reserved Words The only reserved words in Lucee are null, true and false. scope names
- Scopes local, arguments, query, variables, this, cgi, cffile, url, form, cookie, client, thread, caller, request
- Static Scope in Components Understanding the static scope in Lucee components and how it can be used for shared data and functions.
- Tag Syntax How to use tags in script
- Using scopes explicitly in code Scope everything BUT the closest scope for best performance
- Using Threads in Lucee How to use threads in Lucee