You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@trigger_error('The '.AddCacheClearerPass::class.' class is deprecated since version 3.2 and will be removed in 4.0. Use the '.BaseAddCacheClearerPass::class.' class instead.', E_USER_DEPRECATED);
17
+
18
+
/**
19
+
* Registers the cache clearers.
20
+
*
21
+
* @deprecated This class is deprecated since 3.2, and will be removed in 4.0. Use Symfony\Component\HttpKernel\DependencyInjection\AddCacheClearerPass instead.
22
+
* @author Dustin Dobervich <ddobervich@gmail.com>
23
+
*/
24
+
class AddCacheClearerPass extends BaseAddCacheClearerPass
@trigger_error('The '.AddCacheWarmerPass::class.' class is deprecated since version 3.2 and will be removed in 4.0. Use the '.BaseAddCacheWarmerPass::class.' class instead.', E_USER_DEPRECATED);
17
+
18
+
/**
19
+
* Registers the cache warmers.
20
+
*
21
+
* @deprecated This class is deprecated since 3.2, and will be removed in 4.0. Use Symfony\Component\HttpKernel\DependencyInjection\AddCacheWarmerPass instead.
22
+
* @author Fabien Potencier <fabien@symfony.com>
23
+
*/
24
+
class AddCacheWarmerPass extends BaseAddCacheWarmerPass
0 commit comments