I've got our site all setup like this in my web.config:
<dataCacheClients>
<dataCacheClient name="default">
<hosts>
<host name="mysite.cache.windows.net" cachePort="22233" />
</hosts>
<securityProperties mode="Message">
<messageSecurity
authorizationInfo="{key}">
</messageSecurity>
</securityProperties>
</dataCacheClient>
</dataCacheClients>
I'd like to edit this so while I'm developing on my laptop I'm not hitting the production cache but instead a cache on my laptop.
This is a hard problem to Google (at least for me) because "azure cache local" comes up with caching on web roles.