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
We created this issue to not forget to document this new feature. We would really appreciate if you can help us with this task. If you are not sure how to do it, please ask us and we will help you.
To fix this issue, please create a PR against the 7.1 branch in the symfony-docs repository.
Only ConfigCache is documented in components/config/caching.rst
However metaFile was not added toConfigCache construct (which extends ResourceCheckerConfigCache), should we update this class in symfony source code ?
Activity
alamirault commentedon Feb 4, 2024
Only
ConfigCache
is documented incomponents/config/caching.rst
However
metaFile
was not added toConfigCache
construct (which extendsResourceCheckerConfigCache)
, should we update this class in symfony source code ?alamirault commentedon Feb 8, 2024
I created symfony/symfony#53868 to also allow to configure meta file in
ConfigCache
feature #19543 [Config] Allow custom meta location in ConfigCache (al…