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

Method resetCacheIDs

src/OpenColorIO/Config.cpp:5464–5474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5462}
5463
5464void Config::Impl::resetCacheIDs()
5465{
5466 m_cacheids.clear();
5467 m_cacheidnocontext = "";
5468 m_validation = VALIDATION_UNKNOWN;
5469 m_validationtext = "";
5470
5471 // As any changes could impact the cache keys, it's better to always flush the cache
5472 // of processors to not keep in memory useless instances.
5473 m_processorCache.clear();
5474}
5475
5476void Config::Impl::getAllInternalTransforms(ConstTransformVec & transformVec) const
5477{

Callers 15

setMajorVersionMethod · 0.80
addEnvironmentVarMethod · 0.80
clearEnvironmentVarsMethod · 0.80
setEnvironmentModeMethod · 0.80
loadEnvironmentMethod · 0.80
setSearchPathMethod · 0.80
clearSearchPathsMethod · 0.80
addSearchPathMethod · 0.80
setWorkingDirMethod · 0.80
addColorSpaceMethod · 0.80
removeColorSpaceMethod · 0.80
clearColorSpacesMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected