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.
Afficher le fichier
Open project: pmjones/php-framework-benchmarks
Méthodes publiques
Méthode |
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 méthode
public __construct ( Symfony\Bridge\Doctrine\RegistryInterface $registry ) |
$registry |
Symfony\Bridge\Doctrine\RegistryInterface |
A RegistryInterface instance |
isOptional()
public méthode
This cache warmer is not optional, without proxies fatal error occurs!