| 2492 | } |
| 2493 | |
| 2494 | bool |
| 2495 | AppManager::getImageOrCreate(const ImageKey & key, |
| 2496 | const boost::shared_ptr<ImageParams>& params, |
| 2497 | boost::shared_ptr<Image>* returnValue) const |
| 2498 | { |
| 2499 | return _imp->_nodeCache->getOrCreate(key, params, 0, returnValue); |
| 2500 | } |
| 2501 | |
| 2502 | bool |
| 2503 | AppManager::getImage_diskCache(const ImageKey & key, |
no test coverage detected