| 2462 | } |
| 2463 | |
| 2464 | void |
| 2465 | AppManager::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 | |
| 2473 | const QString & |
| 2474 | AppManager::getApplicationBinaryPath() const |
no test coverage detected