This class handles the reading and writing of the incremental compilation cache. The cache contains all the Source and CompilationUnit objects from an incremental compilation, except those from SWC's. A SWC already contains all the information we need, so we don't duplicate it in the cache. The cache is stored as a single monolithic file. Assets for each CompilationUnit are encoded as a SWF and included in the cache file.
@author Clement Wong
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.