Which Laravel feature is used to cache data?
a) Queues
b) Blade
c) Caching
d) Eloquent ORM
Answer:
c) Caching
Explanation:
Laravel’s caching mechanism allows developers to store data temporarily for performance optimization, reducing the need to retrieve data from the database repeatedly.