geocache command

Manipulates the internal geometry cache.

Replaced by: hou.cache.vexGeoCache

All Usages Options

See also: texcache, objcache, sopcache, opupdate

Usages

  1. geocache [-s] [-l] [-c | -n] [-a 0|1] [-m max] [ -f 0|1 file ] [ -F 0|1 node ]

The geometry cache is used by VEX geometry functions.

Options

-s

See the current settings.

-l

List the contents of the cache.

-c

Clear the cache.

-n

Clear the cache if newer files exist on disk.

-a 0|1

Turn auto-flushing of geometry files on or off. Leaving the geometry in the cache (i.e. no auto-flushing) improves performance at the cost of extra memory.

-m max

Specify the cache size (in KB). This defaults to 8192 (8 MB).

-f 0|1 file

Turn off|on the monitoring of given file(s). If there is any change to the file(s) on the disk, the depending geocache(s) will be automatically cleared. This option will not be saved. Option available only on Linux

-F 0|1 node

Turn off|on the monitoring of referenced file(s) from the given node(s). If there is any change to the file(s) on the disk the according node(s) will be automatically reloaded. This option will not be saved. Option available only on LINUX