Go to: Related nodes. Attributes.

The cacheBase node is an abstract node that serves as the base class for caching-related operations.

This node is abstract

Node name Parents MFn type Compatible function sets
cacheBase dependNode kCacheBase kBase
kNamedObject
kDependencyNode
kCacheBase

Related nodes

cacheFile

Attributes (3)

inRange, outCacheArrayData, outCacheData

Long name (short name) Type Default Flags
outCacheData (ocd) Generic n/a arrayoutputinputconnectablehidden
The vector array read from disk for this frame for the associated channel.
outCacheArrayData (ocad) genericArray empty outputconnectablehidden
This attribute holds all the cached channels for a node at once It is meant for use with caches for nodes such as nParticle that have a variable and possibly large number of channels, so that we can access different subsets of the data without reconnecting individual attributes
inRange (ir) bool 1 outputconnectable
Returns true if the currentTime is within the start and end of the cache.