Searched refs:cache_key (Results 1 – 4 of 4) 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]
742 my $cache_key = $n . ( ref( $code ) ? 'c' : 's' );743 if ($Do_Cache && exists $Cache{$cache_key} ) {744 $wn = $Cache{$cache_key};750 $Cache{$cache_key} = $wn;
442 my $this_cache_key = $self->cache_key();457 sub cache_key { subroutine
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