Administration > Preview, Print, and Publishing Configuration > Cache Directory (.aptcache)
  
Cache Directory (.aptcache)
Arbortext Editor creates a cache directory the first time you format a document. If the APTCACHE environment variable is set and the directory exists, Arbortext Editor will use that directory. Otherwise, Arbortext Editor uses (creating if necessary) a \.aptcache directory in the application data directory (as returned by the get_appdata_dir ACL function). The default directory is typically C:\Documents and Settings\username\Local Settings\Application Data\PTC\Arbortext\Editor\.aptcache.
The amount of disk space used when you format and output a document depends on the size of the document being output. Several files are created when you output a document, and some of these files can be quite large. Arbortext Editor stores the files generated by the most recent formatting of a document. When a document is reformatted, any existing files are overwritten with the most current information. Some output files are fixed in size, but there are several factors that can cause large files to be generated and stored. The largest files are usually of these types:
.tex — Contains page layout instructions for each version of a document. This is the same size as the original .sgm file.
For languages that use character entities to represent text on screen or in print, the size of the .tex file might be 10 times the size of the document or more.
.dvi — A binary representation of each version of the document. Same size as the original .sgm file.
.chk — Used internally as a verification file. Size is fixed, and is approximately 100K.
Once a document is no longer active, you can delete its associated formatting files from the cache directory using the clean_cache or doc_clean_cache commands.