Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
void ClearAllCaches()
25
{
26
ClearPathCaches();
27
ClearFileTransformCaches();
28
}
29
} // namespace OCIO_NAMESPACE
Callers
5
main
Function · 0.85
Java_org_OpenColorIO_Globals_ClearAllCaches
Function · 0.85
OCIO_ADD_TEST
Function · 0.85
~FileGuard
Method · 0.85
OCIO_ADD_TEST
Function · 0.85
Calls
2
ClearPathCaches
Function · 0.85
ClearFileTransformCaches
Function · 0.85
Tested by
3
OCIO_ADD_TEST
Function · 0.68
~FileGuard
Method · 0.68
OCIO_ADD_TEST
Function · 0.68