Closed soullivaneuh closed 2 years ago
Never been that deep into this component, but AFAIK symfony has a new cache component which would replace this repo. So we can abondon sonata cache.
Sonata libs depending on cache : block bundle, cache bundle, page bundle. Maybe we should also drop the cache bundle?
Not sure why block depends on it though : https://github.com/sonata-project/SonataBlockBundle/search?p=1&q=Cache&utf8=%E2%9C%93
Found the dependency : https://github.com/sonata-project/SonataBlockBundle/blob/3.x/DependencyInjection/SonataBlockExtension.php#L154 It's not very explicit, and is a dependency on the bundle more than on the library IMO
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Making it PSR-6 compliant will help to deprecate this bundle #49 with a smooth upgrade path.
Going to have a look at this
We can close this one, right? I don't think there is a point in implementing this.
Yep, no point on using sonata cache since there is the Symfony one.
I thought it was to help the migration (for instance for the page bundle)
In case we see it would help the migration on the PageBundle we can maybe consider re-opening it. But not sure about it.
Ref: http://www.php-fig.org/psr/psr-6/
Wait #49 before working on it.