WindowsAzure.Caching
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.
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" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WindowsAzure.Caching --version 1.7.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: WindowsAzure.Caching, 1.7.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// 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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 1.7.0 | 0 | 06.02.2022 |