renoki-co / laravel-eloquent-query-cache

Adding cache on your Laravel Eloquent queries' results is now a breeze.
Apache License 2.0
1.05k stars 116 forks source link

Turn off caching globally on demand #182

Closed milosb793 closed 1 year ago

milosb793 commented 1 year ago

Hey guys, thanks for the great package!

I'm wondering, would it be possible somehow to turn off caching globally on demand? For example, if query no_cache=true is set, I'd like to turn off caching for all models.

Thanks!

stale[bot] commented 1 year ago

This issue has been automatically closed because it has not had any recent activity. 😨

rennokki commented 1 year ago

@milosb793 Duplicate: #39