PHP Class 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.
ファイルを表示
Open project: pmjones/php-framework-benchmarks
Public Methods
Method |
Description |
|
__construct ( Symfony\Bridge\Doctrine\RegistryInterface $registry ) |
Constructor. |
|
isOptional ( ) : false |
This cache warmer is not optional, without proxies fatal error occurs! |
|
warmUp ( $cacheDir ) |
|
|
Method Details
__construct()
public method
public __construct ( Symfony\Bridge\Doctrine\RegistryInterface $registry ) |
$registry |
Symfony\Bridge\Doctrine\RegistryInterface |
A RegistryInterface instance |
isOptional()
public method
This cache warmer is not optional, without proxies fatal error occurs!