Searched refs:cacheRdbStore (Results 1 – 1 of 1) sorted by relevance
33 static pair<string, shared_ptr<CloudDiskRdbStore>> cacheRdbStore("", nullptr); variable46 if (cacheRdbStore.first == storeKey) { in GetRdbStore()47 return cacheRdbStore.second; in GetRdbStore()49 cacheRdbStore.first = storeKey; in GetRdbStore()50 cacheRdbStore.second = make_shared<CloudDiskRdbStore>(bundleName, userId); in GetRdbStore()51 return cacheRdbStore.second; in GetRdbStore()