Does anyone have knowledge if the HttpRuntime.Cache works in load cluster enviornment? and how to implement them?
Does anyone have knowledge if the HttpRuntime.Cache works in load cluster enviornment? and how
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What do you mean by Load Cluster Environment? Do you refer to that the content of the cache should be the same on all members of the cluster?
If that is the case this can be done in two ways
Another approach is not to use the HttpRuntime.Cache but implement your own cacheprovider and use technologies like memcached.