-
Notifications
You must be signed in to change notification settings - Fork 232
Implement caching as an Eloquent Builder Extension #512
mikebronner
started this conversation in
Ideas
-
- use Builder
extend()
ormacro()
method. (Hopefully that will work!) - implement cache key creation on a clone of the original builder, so as not to change anything on the actual query that runs.
- see if the
extend()
method on global scopes can be used for parsing global scopes.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment