Go to: Related nodes. Attributes.
The diskCache node maintains the relationship between a .iff
cache file on disk and a node that is utilizing the cache data.
Each diskCache is registered with the globalCacheControl node,
which can be used to globally enable and disable the cache.
The diskCache node returns a "file descriptor" in the form of
FLfile, which is understood by flib.h/ilib.h from Maya API.
| Node name | Parents | MFn type | Compatible function sets |
|---|---|---|---|
| diskCache | dependNode | kDiskCache | kBase kNamedObject kDependencyNode kDiskCache |
cacheName, cacheType, copyLocally, diskCache, enable, endTime, hiddenCacheName, samplingRate, samplingType, startTime
| Long name (short name) | Type | Default | Flags | ||
|---|---|---|---|---|---|
diskCache
(dc)
| Message | n/a | |||
enable
(ebl)
| bool | true | |||
cacheName
(cn)
| string | NULL | |||
startTime
(stim)
| time | 0film | |||
endTime
(etim)
| time | 0film | |||
samplingType
(st)
| enum | 0 | |||
samplingRate
(sr)
| integer | 0 | |||
cacheType
(ct)
| string | NULL | |||
hiddenCacheName
(hcn)
| string | NULL | |||
copyLocally
(cpl)
| bool | true | |||