| 34 | } |
| 35 | |
| 36 | void MultiObjectCache::clear() |
| 37 | { |
| 38 | std::lock_guard<std::mutex> lock(_objectCacheMutex); |
| 39 | _objectCache.clear(); |
| 40 | } |
| 41 | |
| 42 | void MultiObjectCache::addEntryToObjectCache(VFS::Path::NormalizedView filename, osg::Object* object) |
| 43 | { |
no outgoing calls
no test coverage detected