Skip to main content

Search Results for "cache"

We found 18 results for "cache".

Tutorial 3 min read Free

Eloquent Caching: Main Things You Need To Know

When working with large datasets that are complex to get or rarely change, we can use caching to reduce the load on our database. For this, we will use the Cache class. In the examples, we will try to optimize the database call that takes 10 000 records from it.

Package 582 stars Last updated November 2025

spiritix/lada-cache

A Redis based, fully automated and scalable database cache layer for Laravel.