Memcached – Autowire symfony CacheInterface depending on environment
I am trying to use different cache system on my environments. I would like to have, for example, Filesystem for dev and memcached for prod. I am using symfony 3.3.10. To achieve this, I would like to autowire the CacheInterface…