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

Method removeAllCacheEntriesForHolder

Engine/AppManager.cpp:2464–2471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2462}
2463
2464void
2465AppManager::removeAllCacheEntriesForHolder(const CacheEntryHolder* holder,
2466 bool blocking)
2467{
2468 _imp->_nodeCache->removeAllEntriesForHolderPublic(holder, blocking);
2469 _imp->_diskCache->removeAllEntriesForHolderPublic(holder, blocking);
2470 _imp->_viewerCache->removeAllEntriesForHolderPublic(holder, blocking);
2471}
2472
2473const QString &
2474AppManager::getApplicationBinaryPath() const

Callers 1

Calls 1

Tested by

no test coverage detected