laravel-eloquent-query-cache
laravel-eloquent-query-cache copied to clipboard
is it possible to append cache tags after get
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.