I'm trying to use the Azure Cache Preview. It works most of the time, but suddenly I'm getting a 503 Service Unavailable error.
This question is 2 parts - First off, is this sudden 503 a transient thing or can something in the code cause this? My code is configured exactly like this article says to.
Second, is there a good way to fallback to a different caching strategy if this happens at runtime? I don't want users to be blocked from the site because the caching layer is down. I've got my cache implementation behind an interface whose implementation is delivered by ninject.