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
파일 보기 프로젝트 열기: pmjones/php-framework-benchmarks

공개 메소드들

메소드 설명
__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 )