juergbi commented on a change in pull request #1450:
URL: https://github.com/apache/buildstream/pull/1450#discussion_r586542348
##########
File path: src/buildstream/_artifact.py
##########
@@ -550,11 +550,7 @@ def get_dependency_artifact_names(self):
# Returns:
# (bool): Whether artifact is in local cache
#
- def cached(self):
-
- if self._cached is not None:
- return self._cached
-
+ def query_cache(self):
Review comment:
PR #1431 completely drops the two variables and the method you mention
above, see commit 87e93c1fc6a45c83823a541719f24e1aa8f92f56.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]