Lighthouse Get Cache Key via php #2621
Unanswered
illusive-ch
asked this question in
Q&A
Replies: 1 comment
-
You can get inspired by the implementation of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have this
However, if a user is trashed using $user->delete(), I would need to flush the cache for all chat lists the user belongs to. I can do this with an observer and job, but I need help getting the actual key used by Lighthouse.
Here is the written test:
Beta Was this translation helpful? Give feedback.
All reactions