- threadsafe cache manager and recursive checking in xml loader (possible fix for issue experienced by james in windows build)

This commit is contained in:
Mark Vejvoda
2011-07-08 15:17:50 +00:00
parent cd0ce1d840
commit 3584a831cf
3 changed files with 27 additions and 14 deletions

View File

@@ -14,6 +14,7 @@
namespace Shared { namespace PlatformCommon {
//Mutex CacheManager::mutexCache;
std::map<string, Mutex *> CacheManager::itemCacheMutexList;
const char *CacheManager::getFolderTreeContentsCheckSumRecursivelyCacheLookupKey1 = "CRC_Cache_FileTree1";
const char *CacheManager::getFolderTreeContentsCheckSumRecursivelyCacheLookupKey2 = "CRC_Cache_FileTree2";
const char *CacheManager::getFolderTreeContentsCheckSumListRecursivelyCacheLookupKey1 = "CRC_Cache_FileTreeList1";