renoki-co / laravel-eloquent-query-cache

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

is it possible to append cache tags after get #221

Open kevinlau-drewberry opened 4 months ago

kevinlau-drewberry commented 4 months ago

I want to append cache tags depending on the query result. For example I want to get a list of records and append the ids as tags to it so I can clear cache by id.