Is there a way without creating a separate cache for each individual user? #381
Unanswered
caocanhlinh
asked this question in
Q&A
Replies: 1 comment
-
In the file BaseCacheProfile.php, in the function useCacheNameSuffix I return an empty string that is resolved. |
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.
-
Because when each user creates their own cache file for common content, it will create a lot of cache files.
I want to turn off the feature of creating separate cache for each user, how should I do it? And what should be done for some tasks that need to use their own cache?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions