EmanueleMinotto / TwigCacheBundle

Symfony Bundle for asm89/twig-cache-extension
59 stars 13 forks source link

Add documentation about PSR-6 adapter #13

Closed rvanlaak closed 8 years ago

rvanlaak commented 8 years ago

https://github.com/asm89/twig-cache-extension/pull/32 will introduce a new adapter that allows you to configure any cache pool that implements the CacheItemPoolInterface. This will introduce a lot of adapters to the Twig caching extension: http://php-cache.readthedocs.io/en/latest/

This documentation PR can be merged once the other PR with the adapter is merged and 1.3.0 of the extension was released.