-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Description
Hi,
I am using symfony framework for a project, and lately, I needed to use the cache component.
So, I have been reading again and again the cache component documentation : https://symfony.com/doc/current/components/cache.html
And after DAYS, I stumbled upon the cache documentation : https://symfony.com/doc/current/cache.html which is actually what I was really looking for.
And if you are on the cache component documentation, there is no link to the cache documentation.
This is a recurring issue, and I find it very annoying.
The worst is that I am an experienced symfony developer who understand the difference between the cache component and its configuration in the symfony framework.
I did teach some beginners and they are totally lost (and I can't blame them).
I suggest that in each X Component documentation, there should be paragraph with a link to it's symfony framework counterpart, and vice versa.
It would make the life of symfony framework developers a lot easier, especially beginners.
My 2 cents.