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
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
Copy file name to clipboardExpand all lines: src/Cache/CacheWarmer.php
+2
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@
11
11
12
12
/**
13
13
* @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).
0 commit comments