We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Redmine\Api\...::list()
The call of the new list() methods from #329 will change the cache thats also used in the listing() methods. See #338.
list()
listing()
We should remove the change of the cache from the list() methods and move it back in the all() and listing() methods for BC.
all()
Instead of caching the results inside the \Redmine\Api\... classes we should use a PSR-6/PSR-16 cache implementation.
\Redmine\Api\...
The text was updated successfully, but these errors were encountered:
Art4
Successfully merging a pull request may close this issue.
The call of the new
list()
methods from #329 will change the cache thats also used in thelisting()
methods. See #338.We should remove the change of the cache from the
list()
methods and move it back in theall()
andlisting()
methods for BC.Instead of caching the results inside the
\Redmine\Api\...
classes we should use a PSR-6/PSR-16 cache implementation.The text was updated successfully, but these errors were encountered: