Package nukescripts :: Module cache
[hide private]
[frames] | no frames]

Module cache

source code

Functions [hide private]
 
cache_clear(args=None)
Clears the buffer memory cache by calling nuke.memory("free") If args are supplied they are passed to nuke.memory as well eg.
source code
 
cache_report(args=None)
Gets info on memory by calling nuke.memory("info") If args are supplied they are passed to nuke.memory as well eg.
source code
 
clearAllCaches()
Clears all caches.
source code
Variables [hide private]
  __package__ = 'nukescripts'
Function Details [hide private]

cache_clear(args=None)

source code 

Clears the buffer memory cache by calling nuke.memory("free") If args are supplied they are passed to nuke.memory as well eg. nuke.memory( "free", args )

cache_report(args=None)

source code 

Gets info on memory by calling nuke.memory("info") If args are supplied they are passed to nuke.memory as well eg. nuke.memory( "info", args )

clearAllCaches()

source code 

Clears all caches. The disk cache, viewer playback cache and memory buffers.