Info
Version: | 5.9.0 |
Author(s): | NHibernate community |
Last Update: | Sunday, February 19, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/nhibernate/NHibernate-Caches |
NuGet Url: | https://www.nuget.org/packages/NHibernate.Caches.CoreDistributedCache |
Install
Install-Package NHibernate.Caches.CoreDistributedCache
dotnet add package NHibernate.Caches.CoreDistributedCache
paket add NHibernate.Caches.CoreDistributedCache
NHibernate.Caches.CoreDistributedCache Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- NHibernate.Caches.Common(>= 5.7.0)
- Microsoft.Extensions.Caching.Abstractions(>= 2.0.0)
- NHibernate(>= 5.2.0)
- NHibernate.Caches.Common(>= 5.7.0)
- Microsoft.Extensions.Caching.Abstractions(>= 2.0.0)
- NHibernate(>= 5.2.0)
Tags
This provider is not bound to a specific implementation and require a cache factory yielding IDistributedCache implementations.