CachePoolPass deprecated
class CachePoolPass extends CachePoolPass
deprecated since version 4.2, use Symfony\Component\Cache\DependencyInjection\CachePoolPass instead.
Methods
__construct(string $cachePoolTag = 'cache.pool', string $kernelResetTag = 'kernel.reset', string $cacheClearerId = 'cache.global_clearer', string $cachePoolClearerTag = 'cache.pool.clearer', string $cacheSystemClearerId = 'cache.system_clearer', string $cacheSystemClearerTag = 'kernel.cache_clearer')
No description
from CachePoolPass
process(ContainerBuilder $container)
You can modify the container here before it is dumped to PHP code.
from CachePoolPass
Details
__construct(string $cachePoolTag = 'cache.pool', string $kernelResetTag = 'kernel.reset', string $cacheClearerId = 'cache.global_clearer', string $cachePoolClearerTag = 'cache.pool.clearer', string $cacheSystemClearerId = 'cache.system_clearer', string $cacheSystemClearerTag = 'kernel.cache_clearer')
process(ContainerBuilder $container)
You can modify the container here before it is dumped to PHP code.