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, is not obsolete, and if not, it calls the correspondant compiler. And then include the cache.
Located in /core/jIncluder.class.php (line 64)
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 Mon, 26 Oct 2015 21:54:27 +0100 by phpDocumentor 1.4.3