MCPcopy 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
166void ImageCacheWrap::invalidate (ustring filename)
167{
168 return m_cache->invalidate(filename);
169}
170
171void ImageCacheWrap::invalidate_all (bool force=false)
172{

Callers 1

ic_invalidate_testFunction · 0.45

Calls

no outgoing calls

Tested by 1

ic_invalidate_testFunction · 0.36