Documentation

CachePoolPass
in package
implements CompilerPassInterface

Tags
author

Nicolas Grekas p@tchwork.com

Interfaces, Classes and Traits

CompilerPassInterface
Interface that must be implemented by compilation passes.

Table of Contents

$cacheClearerId  : mixed
$cachePoolClearerTag  : mixed
$cachePoolTag  : mixed
$cacheSystemClearerId  : mixed
$cacheSystemClearerTag  : mixed
$kernelResetTag  : mixed
$messageHandlerId  : mixed
$reverseContainerId  : mixed
$reversibleTag  : mixed
__construct()  : mixed
process()  : mixed
You can modify the container here before it is dumped to PHP code.
getNamespace()  : mixed

Properties

Methods

__construct()

public __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' ][, string $reverseContainerId = 'reverse_container' ][, string $reversibleTag = 'container.reversible' ][, string $messageHandlerId = 'cache.early_expiration_handler' ]) : mixed
Parameters
$cachePoolTag : string = 'cache.pool'
$kernelResetTag : string = 'kernel.reset'
$cacheClearerId : string = 'cache.global_clearer'
$cachePoolClearerTag : string = 'cache.pool.clearer'
$cacheSystemClearerId : string = 'cache.system_clearer'
$cacheSystemClearerTag : string = 'kernel.cache_clearer'
$reverseContainerId : string = 'reverse_container'
$reversibleTag : string = 'container.reversible'
$messageHandlerId : string = 'cache.early_expiration_handler'
Return values
mixed

getNamespace()

private getNamespace(string $seed, string $id) : mixed
Parameters
$seed : string
$id : string
Return values
mixed

Search results