CSP Page Loading
From CacheWiki
When a CSP page is changed then the next time it is accessed it is automatically compiled. This compilation is referred to as Page Loading.
Compilation (or loading) comprises two steps. First the .CSP file is used to generate a class as a .CLS with the same name as the CSP page. This class is then compiled to create executable .INT and .OBJ code.
To reload all pages you can run the following command from a terminal session:
DEV>d $system.CSP.LoadPageDir("/csp/dev")

