nukescripts.cache_clear

nukescripts.cache_clear(args=None)[source]

DeprecationWarning: cache_clear is deprecated. Please use the nuke.memory2 module instead.

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 )