Node:XML Cache, Previous:Character set, Up:Running Transbuild



XML Cache

Transbuild internally caches XML files parsed for annotations. This can speed up processing if the XML files are reused many times. For example, a top level XML file might be used as an annotation in every file to generate a common set of navigation links.

Normally, you do not have to worry about the cache. However, if you are running low on memory, or have an unusually large number of reused annotations, it might be necessary to adjust the cache size. This can be done by setting the cachesize with the --option option from the command line. You can monitor the efficiency of the cache with --debug cache.