contao / manager-bundle

[READ-ONLY] Contao Manager Bundle
GNU Lesser General Public License v3.0
17 stars 10 forks source link

[RTM] Enable the FOS cache bundle #67

Closed Toflar closed 6 years ago

Toflar commented 6 years ago

While enabling the FOSHttpCacheBundle I noticed that configuration for purging the tags is still a bit cumbersome so I worked on this (https://github.com/FriendsOfSymfony/FOSHttpCache/pull/419) and I am trying to get this into the bundle because it will greatly simplify our integration. I'll keep this PR up-to-date with the changes on FOSHttpCache(Bundle). Once - hopefully - this gets all released as version 2.3, I'll finish this PR so it can be merged.

Toflar commented 6 years ago

FOSCacheBundle 2.3 has been released, this PR is ready to be merged.

Toflar commented 6 years ago

This is not possible because the interface only has a getHttpCache(), it has no setHttpCache() because it doesn't care.

leofeyer commented 6 years ago

Thank you @Toflar.