I"m learning that the default cache driver for Symfony,Annotation is \ Symfony\ Component\ Cache\ Adapter\ PhpArrayAdapter
, and now I want to set it to \ Symfony\ Component\ Cache\ Adapter
, but I don"t know how to modify it in the yaml configuration file.
official documentation describes this section as follows:
needs to create a "service id" and refer to a class that implements the Doctrine Cache
interface.
how should "service id" be established here? Or how to write a configuration file?