Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
415
void Document::invalidateCache()
416
{
417
_cache->invalidate();
418
}
419
420
//
421
// Deprecated methods
Callers
7
setName
Method · 0.80
registerChildElement
Method · 0.80
unregisterChildElement
Method · 0.80
setAttribute
Method · 0.80
removeAttribute
Method · 0.80
copyContentFrom
Method · 0.80
clearContent
Method · 0.80
Calls
1
invalidate
Method · 0.80
Tested by
no test coverage detected