ApplicationPathCacheClear()
Flushes the Application.[cfc|cfm]
path cache, default cache is 20s
Lucee has to search the filesystem per request for the appropriate Application.cfc
or Application.cfm
, caching this lookup improves performance.
This can be configured using a sys property/ env var
lucee.application.path.cache.timeout
/ LUCEE_APPLICATION_PATH_CACHE_TIMEOUT
in ms
or via .CFConfig.json
{
"applicationPathTimeout": 20000
}
Introduced: 5.3.8.149
ApplicationPathCacheClear( );
Returns: void
This function does not take any arguments.
Examples
There are currently no examples for this function 17,024ms WARN No examples for function ApplicationPathCacheClearSee also
- Application
- Lucee Server related Tags, Functions and Guides
- Application.cfc / <cfapplication>
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)