Info
| Version: | 1.7.0 | 
| Author(s): | Microsoft | 
| Last Update: | Thursday, June 7, 2012 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | http://go.microsoft.com/fwlink/?LinkID=235165 | 
| NuGet Url: | https://www.nuget.org/packages/WindowsAzure.Caching | 
Install
Install-Package WindowsAzure.Caching
                        dotnet add package WindowsAzure.Caching
                        paket add WindowsAzure.Caching
                        
                                WindowsAzure.Caching Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
                                1 package depend on this package.
                        
                    Tags
                
Caching increases performance by temporarily storing information from other backend sources. High performance is achieved by maintaining this cache in-memory across multiple cache servers.
For a Windows Azure solution, caching can reduce the costs associated with database transactions in the cloud.