You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In sonata-project/block-bundle only Sonata\BlockBundle\Templating\Helper\BlockHelper is using cache optionally. So it will be easy to add another cache system.
In sonata-project/page-bundle will be more work which should be done in some order:
make sonata-project/cache-bundle opional
add symfony/cache
deprecate sonata/cache
The text was updated successfully, but these errors were encountered:
Related to:
sonata-project/SonataCacheBundle#279
sonata-project/cache#49
composer why sonata-project/cache-bundle
composer why sonata-project/cache
In
sonata-project/block-bundle
onlySonata\BlockBundle\Templating\Helper\BlockHelper
is using cache optionally. So it will be easy to add another cache system.In
sonata-project/page-bundle
will be more work which should be done in some order:sonata-project/cache-bundle
opionalsymfony/cache
sonata/cache
The text was updated successfully, but these errors were encountered: