Replies: 1 comment 4 replies
-
I don't understand the question? |
Beta Was this translation helpful? Give feedback.
4 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 want to use Cache::tags in different stores like this:
Cache::store('redis')->tags
,Cache::store('array')->tags
But from now, I can just use
Cache::tags
, and it use the default store.What can I do?
Beta Was this translation helpful? Give feedback.
All reactions