Is there any way to using include on the customize field not "name"? #2691
|
I need to manage cache by the key like index/promotion/ticket_edit/key_17773, I want cache by key_1777274598643 which is generated by my store function, sothat I can remove another cache like index/promotion/ticket_edit/key_17772. |
Answered by
adoin
Apr 27, 2026
Replies: 2 comments
|
It seems not working for full path. |
0 replies
|
After read source code, it seems limited by vue. |
0 replies
Answer selected by
posva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After read source code, it seems limited by vue.