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
When we stop php 5.3 support, we should convert the EventDispatchingHttpCache into a trait to reuse the logic with the FOSHttpCacheBundle kernel which extends a different HttpCache class and thus currently needs to copy the methods.