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.
파일 보기
프로젝트 열기: 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 ) |
|
|
메소드 상세
public __construct ( Symfony\Bridge\Doctrine\RegistryInterface $registry ) |
$registry |
Symfony\Bridge\Doctrine\RegistryInterface |
A RegistryInterface instance |
This cache warmer is not optional, without proxies fatal error occurs!