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
Hi! I would like to use a custom cache pool with ReactRenderExtension.
I see in the CacheCompilerPass the hardcoded line: $appCache = $container->findDefinition('cache.app');
I would like to change the service definition and do a setCache with my own cache pool service. Is it possible to override this in my projects service.yaml? Something like service aliasing...?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi! I would like to use a custom cache pool with ReactRenderExtension.
I see in the CacheCompilerPass the hardcoded line:
$appCache = $container->findDefinition('cache.app');
I would like to change the service definition and do a
setCache
with my own cache pool service. Is it possible to override this in my projectsservice.yaml
? Something like service aliasing...?Thanks!
The text was updated successfully, but these errors were encountered: