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 conf...
The project uses springboot to provide interface services. The original business is: all data submitted by consumers are all encrypted information , for example: 127.0.0.1 serviceencrypted data1 = ciphertext & data2= ciphertext & data3= ciphertext ...