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

0.2.0 2013-12-08 22:43 UTC

This package is auto-updated.

Last update: 2022-02-01 12:27:05 UTC


README

Build Status Scrutinizer Quality Score Code Coverage Latest Stable Version

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.