Searched refs:bundleCache_ (Results 1 – 2 of 2) sorted by relevance
71 auto it = bundleCache_.Find(bundleKey); in GetBundleInfoFromBMS()114 bundleCache_.Insert(bundleKey, bundle); in GetBundleInfoFromBMS()140 … bundleCache_.Erase(bundleName + std::to_string(userId) + "appIndex" + std::to_string(appIndex)); in Delete()142 bundleCache_.Erase(bundleName + std::to_string(userId)); in Delete()
97 ConcurrentMap<std::string, BundleConfig> bundleCache_; variable