This object is responsible to load cache files.
Some jelix files needs to be compiled in PHP (templates, daos etc..) and their correspondant php content are stored in a cache file. jIncluder verify that cache file exists, and if not, it calls the correspondant compiler. Finally, it includes the cache.
Located in /core/jIncluder.class.php (line 66)
list of loaded cache file.
It avoids to do all verification when a file is include many time
includes cache of the correspondant file selector
check the cache, compile if needed, and include the cache
include a cache file which is the results of the compilation of multiple file sotred in multiple modules
Documentation generated on Wed, 04 Jan 2017 22:55:08 +0100 by phpDocumentor 1.4.3