AmsterdamPHP / amsterdamphp.nl

The website fo the AmsterdamPHP User Group
18 stars 8 forks source link

Improve API Caching #39

Open rdohms opened 10 years ago

rdohms commented 10 years ago

Guzzle has its own Cache Plugin: http://docs.guzzlephp.org/en/latest/plugins/cache-plugin.html#

We should find a way to use predis with doctrine cache to plug into this cache solution and drop our home baked implementation.