MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / ClearAllCaches

Function ClearAllCaches

src/OpenColorIO/Caching.cpp:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22// Should these be cleared?
23
24void ClearAllCaches()
25{
26 ClearPathCaches();
27 ClearFileTransformCaches();
28}
29} // namespace OCIO_NAMESPACE

Callers 5

mainFunction · 0.85
OCIO_ADD_TESTFunction · 0.85
~FileGuardMethod · 0.85
OCIO_ADD_TESTFunction · 0.85

Calls 2

ClearPathCachesFunction · 0.85
ClearFileTransformCachesFunction · 0.85

Tested by 3

OCIO_ADD_TESTFunction · 0.68
~FileGuardMethod · 0.68
OCIO_ADD_TESTFunction · 0.68