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
- 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 Static scope in components is needed to create an instance of cfc and call its method
- Static support for components Lucee 5 supports static variables and functions inside components
- Threads How to use threads in Lucee
- Using scopes explicitly in code Scope everything BUT the closest scope for best performance