symfony-doge/veslo

View on GitHub
src/AppBundle/Resources/config/blueprints/proxy_cacher.yml

Summary

Maintainability
Test Coverage
# Blueprint for a proxy cacher
services:
    veslo.app.http.proxy.cacher:
        alias: 'veslo.app.http.proxy.cacher.base'

    veslo.app.http.proxy.cacher.base:
        class: Veslo\AppBundle\Cache\Cacher\Psr6Cacher
        arguments:
            - '@cache.app'
            - '%veslo.app.http.proxy.cacher.options%'