Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenImageIO
/ invalidate_all
Method
invalidate_all
src/python/py_imagecache.cpp:171–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
}
170
171
void ImageCacheWrap::invalidate_all (bool force=false)
172
{
173
return m_cache->invalidate_all(force);
174
}
175
176
void declare_imagecache()
177
{
Callers
3
launch_tex_threads
Function · 0.45
main
Function · 0.45
ic_invalidate_all_test
Function · 0.45
Calls
no outgoing calls
Tested by
2
launch_tex_threads
Function · 0.36
ic_invalidate_all_test
Function · 0.36