CachePoolPrunerPass
    
            
            in package
            
        
    
            
            implements
                            CompilerPassInterface                    
    
    
        
        
    Tags
Interfaces, Classes and Traits
- CompilerPassInterface
 - Interface that must be implemented by compilation passes.
 
Table of Contents
- $cacheCommandServiceId : mixed
 - $cachePoolTag : mixed
 - __construct() : mixed
 - process() : mixed
 - You can modify the container here before it is dumped to PHP code.
 
Properties
$cacheCommandServiceId
    private
        mixed
    $cacheCommandServiceId
    
        
        
    
$cachePoolTag
    private
        mixed
    $cachePoolTag
    
        
        
    
Methods
__construct()
    public
                __construct([string $cacheCommandServiceId = 'console.command.cache_pool_prune' ][, string $cachePoolTag = 'cache.pool' ]) : mixed
        
        Parameters
- $cacheCommandServiceId : string = 'console.command.cache_pool_prune'
 - $cachePoolTag : string = 'cache.pool'
 
Return values
mixed —process()
You can modify the container here before it is dumped to PHP code.
    public
                process(ContainerBuilder $container) : mixed
    
        Parameters
- $container : ContainerBuilder