WindowsAzure.Caching
1.7.0
Prefix Reserved
Install-Package WindowsAzure.Caching -Version 1.7.0
dotnet add 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.
Product | Versions |
---|---|
.NET Framework | net35 net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
This package has no dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on WindowsAzure.Caching:
Package | Downloads |
---|---|
SharpRepository.Caching.WindowsAzure
SharpRepository is a generic repository, adds windows Azure Cache as cache provider |
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.
|