Multi-Tenancy & Namevaluelist #2810
Answered
by
rockfordlhotka
ashishsinha24
asked this question in
Questions
-
Hi, I am developing a multi-tenant app using CSLA 6.0. Each tenant has its own specific Nvls |
Beta Was this translation helpful? Give feedback.
Answered by
rockfordlhotka
Mar 8, 2022
Replies: 1 comment
-
I'd look at something like REDIS cache, as it provides a lot of services that are useful in more complex caching scenarios. Alternately, you can use a static dictionary where the key includes the tenant id and type or something like that. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ashishsinha24
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd look at something like REDIS cache, as it provides a lot of services that are useful in more complex caching scenarios.
Alternately, you can use a static dictionary where the key includes the tenant id and type or something like that.