PHPackages                             itkg/combinedhttpcache - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. itkg/combinedhttpcache

ActiveLibrary[HTTP &amp; Networking](/categories/http)

itkg/combinedhttpcache
======================

Combined HttpCache with Redis centralized storage for metadata

v1.1.0(9y ago)1234[1 issues](https://github.com/itkg/combinedhttpcache/issues)MITPHPPHP &gt;=5.3.9

Since Oct 20Pushed 8y ago6 watchersCompare

[ Source](https://github.com/itkg/combinedhttpcache)[ Packagist](https://packagist.org/packages/itkg/combinedhttpcache)[ RSS](/packages/itkg-combinedhttpcache/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

README
======

[](#readme)

About
-----

[](#about)

This library provides integration of distributed HttpCache based on HttpCache Symfony component on Redis storage.

- Metadata of request and response stay on Redis
- Cache entries come from Redis and are flushed locally so that fast integration and ESI support is kept with local filesystem

Installation
------------

[](#installation)

Add the library to your project thanks to composer:

```
composer require itkg/combinedhttpcache

```

Integrate in Symfony
--------------------

[](#integrate-in-symfony)

Edit app/AppCache.php to change HttpCache base class :

```
