Searched refs:persistent_property_names (Results 1 – 2 of 2) sorted by relevance
54 …Cache(size_t temp_device_capacity, std::unordered_set<std::string_view> persistent_property_names);
51 …gCache(size_t temp_device_capacity, std::unordered_set<std::string_view> persistent_property_names) in ConfigCache() argument52 : persistent_property_names_(std::move(persistent_property_names)), in ConfigCache()