MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/MaterialX / invalidateCache

Method invalidateCache

source/MaterialXCore/Document.cpp:415–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413}
414
415void Document::invalidateCache()
416{
417 _cache->invalidate();
418}
419
420//
421// Deprecated methods

Callers 7

setNameMethod · 0.80
registerChildElementMethod · 0.80
setAttributeMethod · 0.80
removeAttributeMethod · 0.80
copyContentFromMethod · 0.80
clearContentMethod · 0.80

Calls 1

invalidateMethod · 0.80

Tested by

no test coverage detected