This is a work in progress to unite the LiipCacheControlBundle and DriebitHttpCacheBundle into one good bundle. We hope to publish this as a FOS bundle
This bundle offers tools to improve HTTP caching with Symfony2. It provides global configuration options to set caching headers based on the path, controller and other aspects of the request. It provides services for the FOSHttpCache library tools to actively invalidate caching proxies and some additional tools that can help when working with a caching proxy.
- Set path-based cache expiration headers via your app configuration.
- Set up an invalidation scheme without writing PHP code.
- Send invalidation requests with minimal impact on performance.
- Easily implement your own HTTP cache client.
Documentation is included in the Resources/doc directory.
This bundle is released under the MIT license. See the included LICENSE file for more information.