WindowsAzure.Caching
1.7.0
Prefix Reserved
Please note, this package is obsolete as of 3/31/2023 and is no longer maintained or monitored. Refer to our deprecation policy (https://aka.ms/azsdk/support-policies) for more details.
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
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.
|