Closed roberto-butti closed 1 year ago
As explained in issue #60 we wave to update the caching mechanism. Removing Apix and using Symfony/Cache ^4.0|^5.0|^6.0
Jira Link: INT-
Update the branch, perfrom composer update (it should remove the apxi cache and install the Symfony Cache one) and then run composer run test
You can also test your application that uses the caching mechanism.
It is a change under the hood, so no changes from the developer is requested. Using the new mechanisms the structure of the new caching keys changed
As explained in issue #60 we wave to update the caching mechanism. Removing Apix and using Symfony/Cache ^4.0|^5.0|^6.0
Pull request type
Jira Link: INT-
How to test this PR
Update the branch, perfrom composer update (it should remove the apxi cache and install the Symfony Cache one) and then run composer run test
You can also test your application that uses the caching mechanism.
What is the new behavior?
It is a change under the hood, so no changes from the developer is requested. Using the new mechanisms the structure of the new caching keys changed
Other information