MCPcopy Create free account
hub / github.com/OpenMW/openmw / clear

Method clear

components/resource/multiobjectcache.cpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 7

clearCacheMethod · 0.45
ProfilerMethod · 0.45
setUpSceneMethod · 0.45
clearCacheMethod · 0.45
clearCacheMethod · 0.45
~ResourceSystemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected