ReactBundle icon indicating copy to clipboard operation
ReactBundle copied to clipboard

Use custom cache pool

Open maps82 opened this issue 5 years ago • 0 comments

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!

maps82 avatar May 29 '20 19:05 maps82