storyblok / storyblok-php-client

Storyblok - PHP Client
https://www.storyblok.com
MIT License
33 stars 37 forks source link

Feature/60 replace apixcache symfonycache #68

Closed roberto-butti closed 1 year ago

roberto-butti commented 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

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