Skip to content

Commit b74f56c

Browse files
committedFeb 6, 2025·
minor #6800 Deprecate the custom CacheWarmer that won't be used in the next version (javiereguiluz)
This PR was merged into the 4.x branch. Discussion ---------- Deprecate the custom CacheWarmer that won't be used in the next version Commits ------- f5eb7f9 Deprecate the custom CacheWarmer that won't be used in the next version
2 parents 0bf1177 + f5eb7f9 commit b74f56c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/Cache/CacheWarmer.php

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111

1212
/**
1313
* @author Javier Eguiluz <javier.eguiluz@gmail.com>
14+
*
15+
* @deprecated since 4.25.0 and it will be removed in EasyAdmin 5.0.0. The file generated in this cache warmer is no longer needed because an equivalent file will be stored in the Symfony Cache pool managed by EasyAdmin (inject the 'cache.easyadmin' service if you need to access it).
1416
*/
1517
final class CacheWarmer implements CacheWarmerInterface
1618
{

0 commit comments

Comments
 (0)
Please sign in to comment.