| 2500 | } |
| 2501 | |
| 2502 | bool |
| 2503 | AppManager::getImage_diskCache(const ImageKey & key, |
| 2504 | std::list<boost::shared_ptr<Image> >* returnValue) const |
| 2505 | { |
| 2506 | return _imp->_diskCache->get(key, returnValue); |
| 2507 | } |
| 2508 | |
| 2509 | bool |
| 2510 | AppManager::getImageOrCreate_diskCache(const ImageKey & key, |
no test coverage detected