Searched refs:cache_key (Results 1 – 2 of 2) sorted by relevance
480 def _populate_cache_for(self, cache_key): argument481 assert cache_key not in self.cache482 git_repo, base_revision, path = cache_key487 self.cache[cache_key] = \498 cache_key = (git_repo, base_revision, path)499 if cache_key not in self.cache:500 self._populate_cache_for(cache_key)501 assert cache_key in self.cache502 all_blame_lines = self.cache[cache_key]
766 cache_key = (path_to_binary, arch)767 cached_value = _get_uuid_from_binary_cache.get(cache_key)805 _get_uuid_from_binary_cache[cache_key] = uuid