| 2397 | } |
| 2398 | |
| 2399 | void |
| 2400 | AppManager::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 | |
| 2408 | const QString & |
| 2409 | AppManager::getApplicationBinaryPath() const |
no test coverage detected