Google News
logo
Symfony - Interview Questions
How many cache adapters are present in Symfony?
The five cache adapters are available in the Symfony framework.
 
* File system cache adapter
* Array cache adapter
* APCu cache adapter
* PHP files cache adapter
* Redis cache adapter
Advertisement