| 2427 | } |
| 2428 | |
| 2429 | bool |
| 2430 | AppManager::getImageOrCreate(const ImageKey & key, |
| 2431 | const ImageParamsPtr& params, |
| 2432 | ImagePtr* returnValue) const |
| 2433 | { |
| 2434 | return _imp->_nodeCache->getOrCreate(key, params, 0, returnValue); |
| 2435 | } |
| 2436 | |
| 2437 | bool |
| 2438 | AppManager::getImage_diskCache(const ImageKey & key, |
no test coverage detected