| 2322 | } |
| 2323 | |
| 2324 | void |
| 2325 | AppManager::removeFromNodeCache(const ImagePtr & image) |
| 2326 | { |
| 2327 | _imp->_nodeCache->removeEntry(image); |
| 2328 | } |
| 2329 | |
| 2330 | void |
| 2331 | AppManager::removeFromViewerCache(const FrameEntryPtr & texture) |
no test coverage detected