Graph.get_node_cache_mode#

Graph.get_node_cache_mode(node_index: int) int[source]#

Gets the cache mode type on the node.

Parameters:

node_index (int) – 1 <= nodeIndex <= total number of nodes

Returns:

Cache mode value of the node.cache_value is an enumerated integer with one of the following values:
  • resolve.CACHE_AUTO_ENABLED = -1

  • resolve.CACHE_DISABLED = 0

  • resolve.CACHE_ENABLED = 1

Return type:

int