driebit / http-cache-bundle
This package is abandoned and no longer maintained.
The author suggests using the friendsofsymfony/http-cache-bundle package instead.
Send invalidation requests to your HTTP cache
Package info
github.com/driebit/DriebitHttpCacheBundle
Type:symfony-bundle
pkg:composer/driebit/http-cache-bundle
0.2.0
2013-12-08 22:43 UTC
Requires
- php: >=5.3.3
- ext-curl: *
- guzzle/http: *
Requires (Dev)
- guzzle/plugin-mock: *
- mockery/mockery: *
- monolog/monolog: *
- symfony/config: ~2.3
- symfony/dependency-injection: ~2.3
- symfony/http-foundation: ~2.3
- symfony/http-kernel: ~2.3
- symfony/routing: ~2.3
This package is auto-updated.
Last update: 2022-02-01 12:27:05 UTC
README
Deprecated
This bundle has been replaced with the FOSHttpCacheBundle.
Introduction
This bundle offers an easy way to manage your Symfony2 application’s invalidation (purge) requests and send these requests to your HTTP cache.
Features
- 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
Documentation is included in the Resources/doc directory.
License
This bundle is released under the MIT license. See the included LICENSE file for more information.