-
Notifications
You must be signed in to change notification settings - Fork 232
Invalidate model cache in code. #508
mikebronner
started this conversation in
Ideas
-
One aspect that can be improved in this package would be a way of invalidating the cache directly from the code using a Facade after a mass assignment/update instead of having to rely on an Artisan call like:
Artisan::call('modelCache:clear', ['--model' => 'App\Model']);
Originally posted by @daika7ana in #479
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
@daika7ana thanks for this suggestion, great idea.
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment