MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / removeAllCacheEntriesForHolder

Method removeAllCacheEntriesForHolder

Engine/AppManager.cpp:2399–2406  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2397}
2398
2399void
2400AppManager::removeAllCacheEntriesForHolder(const CacheEntryHolder* holder,
2401 bool blocking)
2402{
2403 _imp->_nodeCache->removeAllEntriesForHolderPublic(holder, blocking);
2404 _imp->_diskCache->removeAllEntriesForHolderPublic(holder, blocking);
2405 _imp->_viewerCache->removeAllEntriesForHolderPublic(holder, blocking);
2406}
2407
2408const QString &
2409AppManager::getApplicationBinaryPath() const

Callers 1

Calls 1

Tested by

no test coverage detected