Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't calculate a cache key if the resource cache is disabled #6117

Merged
merged 3 commits into from Oct 20, 2021

Conversation

britzl
Copy link
Contributor

@britzl britzl commented Oct 20, 2021

Fixes #6105

return localCacheDir != null;
}

/**
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has nothing to do with the issue itself but the public method was missing some JavaDoc

@britzl britzl requested a review from AGulev October 20, 2021 12:07
Copy link
Contributor

@AGulev AGulev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@britzl britzl merged commit c3bdb15 into dev Oct 20, 2021
@britzl britzl deleted the Issue-6105-no-cache-key-calculation-if-cache-is-disabled branch October 20, 2021 15:38
AGulev added a commit that referenced this pull request Nov 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Do not calculate task cache key if cache is disabled
2 participants