mikebronner / laravel-model-caching

Eloquent model-caching made easy.
MIT License
2.26k stars 217 forks source link

Invalidate Cache Based On Database #258

Open mikebronner opened 5 years ago

mikebronner commented 5 years ago

This should help increase performance for multi-tenant applications where each tenant has their own database. This way tenants won't clear each other's caches.