does anyone has an idea on how to cache without creating your own cache tags for every single cache object? https://laracasts.com/discuss/channels/eloquent/caching-eloquent-models-since-laravel-5
You don't need to create tags for every single cached object, only the key. The tags should be used to group cached objects together. The key should be unique within that context.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community