This configuration file section defines the default parameters
of the Image Cache.
Image Cache Configuration section: \CACHE_CONFIG{...}
This section configures the disk space and memory space assigned to the Image Cache.
The configuration parameters are:
- \MEMORY_CACHE_SIZEX where X represents the amount of memory space in
kilo-bytes assigned to the Image Cache. This value may be modified in the 'Image Cache Information' dialog box.
- \DISK_CACHE_SIZEX where X represents the amount of disk space in
kilo-bytes assigned to the Image Cache. This value may be modified in the 'Image Cache Information' dialog box.
- \KEEP_DISK_CACHE. If this parameter is present, the Image Cache will be saved
from one Xclamation use to the next. This state can be modified from the 'Image Cache Information' dialog box.
- \CACHE_DIR{path} where "path " is the absolute pathway of files
assigned to the Image Cache. The user's "home directory" may be indicated by a
"~".
Example:
\CACHE_CONFIG{
\MEMORY_CACHE_SIZE2000
\DISK_CACHE_SIZE10000
\KEEP_DISK_CACHE
\CACHE_DIR{/tmp/.xclamation-cache}
}
