WindowsAzure.Caching
1.7.0
dotnet add package WindowsAzure.Caching --version 1.7.0
NuGet\Install-Package WindowsAzure.Caching -Version 1.7.0
<PackageReference Include="WindowsAzure.Caching" Version="1.7.0" />
paket add WindowsAzure.Caching --version 1.7.0
#r "nuget: WindowsAzure.Caching, 1.7.0"
// Install WindowsAzure.Caching as a Cake Addin #addin nuget:?package=WindowsAzure.Caching&version=1.7.0 // Install WindowsAzure.Caching as a Cake Tool #tool nuget:?package=WindowsAzure.Caching&version=1.7.0
Windows Azure Shared Caching enables you to easily provision a cache in the cloud to be used from any applications or services that could benefit from caching. 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.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on WindowsAzure.Caching:
Repository | Stars |
---|---|
NuGet/NuGetGallery
NuGet Gallery is a package repository that powers https://www.nuget.org. Use this repo for reporting NuGet.org issues.
|
|
SharpRepository/SharpRepository
C# Generic Repository for use with Entity Framework, RavenDB and more with built-in caching options.
|