Anyone know how to configure an ActiveRecord/nhibernate application to use Memcache as the 2nd level cache?
Anyone know how to configure an ActiveRecord/nhibernate application to use Memcache as the 2nd
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.
Start with the ActiveRecord docs on second level cache configuration. Then, for specific information about Memcached, see this question.
You’ll end up with a config similar to this: