i tried to find some information on this but could not find any answer.
does azure app-fabric cache supports read-through and write behind?
thanks
almir
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.
No.
If you get a cache miss, you have to write the code your self to load the item into the cache, but this code is generally pretty trivial.
Likewise for updating the cache. You have to update the underlying data store yourself and then update the item in cache. Yet again, pretty trivial.