The ScaleOut ASP.NET Core Distributed Cache Library provides an implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache for caching and session state management using ScaleOut StateServer in ASP.NET Core web applications.
Info
Version: | 1.1.6 |
Author(s): | scaleoutsoftware |
Last Update: | Sunday, March 19, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://static.scaleoutsoftware.com/docs/aspnet_session/Scaleout.AspNetCore.html |
NuGet Url: | https://www.nuget.org/packages/Scaleout.AspNetCore |
Install
Install-Package Scaleout.AspNetCore
dotnet add package Scaleout.AspNetCore
paket add Scaleout.AspNetCore
Scaleout.AspNetCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Caching.Abstractions(>= 2.1.2)
- Microsoft.Extensions.Logging(>= 2.1.1)
- Microsoft.Extensions.Logging.Abstractions(>= 2.1.1)
- Microsoft.Extensions.Options(>= 2.1.1)
- Microsoft.Extensions.Options.ConfigurationExtensions(>= 2.1.1)
- Newtonsoft.Json(>= 11.0.2)
- Scaleout.Client(>= 3.0.0)
- Scaleout.Collections(>= 1.0.3)
- System.Linq.Parallel(>= 4.3.0)
- System.ValueTuple(>= 4.5.0)