https://github.com/driebit/driebithttpcachebundle
DEPRECATED! Please use friendsofsymfony/http-cache-bundle instead.
https://github.com/driebit/driebithttpcachebundle
Last synced: 8 months ago
JSON representation
DEPRECATED! Please use friendsofsymfony/http-cache-bundle instead.
- Host: GitHub
- URL: https://github.com/driebit/driebithttpcachebundle
- Owner: driebit
- License: mit
- Created: 2013-09-11T13:04:17.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-16T16:55:31.000Z (almost 12 years ago)
- Last Synced: 2023-08-21T09:45:04.361Z (almost 3 years ago)
- Language: PHP
- Homepage:
- Size: 234 KB
- Stars: 8
- Watchers: 20
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DriebitHttpCacheBundle
======================
[](https://travis-ci.org/driebit/DriebitHttpCacheBundle)
[](https://scrutinizer-ci.com/g/driebit/DriebitHttpCacheBundle/)
[](https://scrutinizer-ci.com/g/driebit/DriebitHttpCacheBundle/)
[](https://packagist.org/packages/driebit/http-cache-bundle)
Deprecated
==========
This bundle has been replaced with the [FOSHttpCacheBundle](https://github.com/FriendsOfSymfony/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](Resources/doc/index.md) directory.
License
-------
This bundle is released under the MIT license. See the included [LICENSE](LICENSE) file for more information.