Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenImageIO
/ invalidate
Method
invalidate
src/python/py_imagecache.cpp:166–169 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
164
}
165
166
void ImageCacheWrap::invalidate (ustring filename)
167
{
168
return m_cache->invalidate(filename);
169
}
170
171
void ImageCacheWrap::invalidate_all (bool force=false)
172
{
Callers
1
ic_invalidate_test
Function · 0.45
Calls
no outgoing calls
Tested by
1
ic_invalidate_test
Function · 0.36