1.

Mention the cache adapters present in Symfony.

Answer»

Symfony has FIVE CACHE ADAPTERS available inside it. The available cache adapters are as following:

  • File system cache adapter
  • Array cache adapter
  • APCu cache adapter
  • PHP files cache adapter
  • Redis cache adapter


Discussion

No Comment Found