Is it possible to query AppFabric Caching like a Database ? (search)
There are Tag-Based Methods but they can only be used with objects stored in regions ; regions are limited to a single cache host ; it’s not very usefull.
Thanks,
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.
There’s only tags and they do indeed come with the limitation of being in a region which then limits it to a single node. If you use high availability (HA) that region is at least replicated within the cluster, but the active queries are still only fulfilled by the single node.
Confirmation of this fact can be found in the following paragraphs from this MSDN topic: