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

Extract the cache functions from the JiraClient to its own class #69

Merged
merged 1 commit into from
Nov 17, 2023

Conversation

FlorentClarret
Copy link
Member

@FlorentClarret FlorentClarret commented Nov 17, 2023

Context

I have a couple of functionalities around the JiraClient to implement. This PR will be needed in the future.Very similar to this PR #63

Problem

The cache is implemented directly inside the client. This makes it a bit harder to see the logic related to the cache and the one related to the client itself.

What does this PR do?

This PR does not add anything new, I just extract the cache to its own class and make use of it in the client.

Additional notes

Relates to:

@FlorentClarret FlorentClarret merged commit 14a9889 into master Nov 17, 2023
18 checks passed
@FlorentClarret FlorentClarret deleted the florentclarret/extract_jira_cache branch November 17, 2023 15:38
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.

2 participants