PHP Класс Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer

In the process of generating proxies the cache for all the metadata is primed also, since this information is necessary to build the proxies in the first place.
Автор: Benjamin Eberlei ([email protected])
Наследование: implements Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerInterface
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Symfony\Bridge\Doctrine\RegistryInterface $registry ) Constructor.
isOptional ( ) : false This cache warmer is not optional, without proxies fatal error occurs!
warmUp ( $cacheDir )

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( Symfony\Bridge\Doctrine\RegistryInterface $registry )
$registry Symfony\Bridge\Doctrine\RegistryInterface A RegistryInterface instance

isOptional() публичный Метод

This cache warmer is not optional, without proxies fatal error occurs!
public isOptional ( ) : false
Результат false

warmUp() публичный Метод

public warmUp ( $cacheDir )