Closed
Description
Changed Question
Is there a possibility to delete only the model cache or even more specific to delete only one specific model cache? Would love to have a separate artisan command.
The reason is, that I don't like to clear all caches although I have just made on entry in one model out of 30.
Original Questions
-
Would that reduce the amount of select queries to the db?
Example issue just because of translations:
-
Shouldn't that be part of Laravel standard?
-
How can I integrate these in Vendor Models e.g. Multiple database calls for the same key barryvdh/laravel-translation-manager#227 ?
-
How can I delete the cache e.g. when a change was made direct on the database?
Environment
Laravel Version: 5.5
PHP Version: 7
Thank you and a happy new year.