NHibernate.Caches.SysCache2 5.2.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package NHibernate.Caches.SysCache2 --version 5.2.0
NuGet\Install-Package NHibernate.Caches.SysCache2 -Version 5.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NHibernate.Caches.SysCache2" Version="5.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NHibernate.Caches.SysCache2 --version 5.2.0
#r "nuget: NHibernate.Caches.SysCache2, 5.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NHibernate.Caches.SysCache2 as a Cake Addin
#addin nuget:?package=NHibernate.Caches.SysCache2&version=5.2.0

// Install NHibernate.Caches.SysCache2 as a Cake Tool
#tool nuget:?package=NHibernate.Caches.SysCache2&version=5.2.0

Cache provider for NHibernate using ASP.NET Cache object. Supports SqlCacheDependency, allowing SQL Server changes to invalidate the cache.

Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on NHibernate.Caches.SysCache2:

Package Downloads
BoC.Persistence.NHibernate

Assign NHibernate repositories to the BoC's persistence abstraction layer

Ixoxo.Nhib

NHibernate Session Manager with SysCache

CMS.Domain

Description

CMS.Domain.Test

Description

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on NHibernate.Caches.SysCache2:

Repository Stars
OrchardCMS/Orchard
Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
VocaDB/vocadb
VocaDB is a Vocaloid Database with translated artists, albums, music videos and more.
Version Downloads Last updated
5.9.0 20,981 2/19/2023
5.8.0 11,430 9/14/2022
5.7.0 57,555 7/19/2020
5.6.0 80,569 8/18/2019
5.5.1 35,163 12/10/2018
5.4.0 21,196 7/2/2018
5.3.2 39,679 4/20/2018
5.3.0 1,998 4/2/2018
5.2.0 35,248 12/9/2017
5.1.0 10,609 10/26/2017
5.0.0 6,599 10/20/2017
5.0.0-Alpha1 1,413 10/17/2017
4.0.0.4000 513,288 8/20/2014
3.2.0.4000 184,257 2/9/2012

* Improvement
   * #20 - Modernize locking in SysCache2
   * #24 - Generates ICache async counter-parts instead of hand coding them