Caching: Caching
-
Add Distributed Caching to Azure (i.e. like Velocity / memcached)
So that multiple web roles can share the same cache.
262 votesAt PDC 2010, we announced Windows Azure AppFabric Caching – a distributed, in-memory cache for applications running in Windows Azure.
Based on Windows Server AppFabric Caching capabilities, it’s intended to significantly speed up access to data for your Windows Azure applications.
This feature is in CTP now, and should be generally available in 2011. You can find more details here:
-
Cache Needs Work
Enumerate cache objects, clear the cache, list open connections to cache, and close open connections. We are missing some key methods here.
43 votes -
Make AppFabric Caching Support Notifications
AppFabric caching has quotas which cap the amount of traffic and number of transactions allowed. Without notification support Azure applications must poll to detect changes. This is veru undesirable.
30 votes -
PLEASE add Async Task methods for accessing cache objects
Everything in our services is async, Except for the calls to the damn cache.
5 votes
- Don't see your idea?