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

Do not use temporary cache in Redmine\Api\...::list() methods #353

Closed
Art4 opened this issue Jan 3, 2024 · 0 comments · Fixed by #354
Closed

Do not use temporary cache in Redmine\Api\...::list() methods #353

Art4 opened this issue Jan 3, 2024 · 0 comments · Fixed by #354
Assignees
Milestone

Comments

@Art4
Copy link
Collaborator

Art4 commented Jan 3, 2024

The call of the new list() methods from #329 will change the cache thats also used in the listing() methods. See #338.

We should remove the change of the cache from the list() methods and move it back in the all() and listing() methods for BC.

Instead of caching the results inside the \Redmine\Api\... classes we should use a PSR-6/PSR-16 cache implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant