Вопрос

I am using windows azure caching perview and i am using the windows azure shared caching in it.

With different cache service and not In-Role cache.

Though the following link says we cannot use the Regions in shared caching.

http://msdn.microsoft.com/en-us/library/windowsazure/hh914155.aspx

But for me its working fine.

Note: I am only using regions and not tags.

So is it correct or i am doing something wrong.

Это было полезно?

Решение

There are 3 different ways using a cache in Azure:

  • Cache service (which you're using and is in preview)
  • In role caching (which that article is mostly about)
  • Shared Cache

Shared Cache was Microsoft's first attempt at cache on Azure and it doesn't support all of the features the other two do. This is what is being referred to in the article. Shared Cache is now deprecated.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top