문제

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