dotnet add package NHibernate.Caches.SysCache2 --version 5.9.0
NuGet\Install-Package NHibernate.Caches.SysCache2 -Version 5.9.0
<PackageReference Include="NHibernate.Caches.SysCache2" Version="5.9.0" />
<PackageVersion Include="NHibernate.Caches.SysCache2" Version="5.9.0" />
<PackageReference Include="NHibernate.Caches.SysCache2" />
paket add NHibernate.Caches.SysCache2 --version 5.9.0
#r "nuget: NHibernate.Caches.SysCache2, 5.9.0"
#addin nuget:?package=NHibernate.Caches.SysCache2&version=5.9.0
#tool nuget:?package=NHibernate.Caches.SysCache2&version=5.9.0
Documentation and examples are available at http://nhibernate.info/. Any feedback or issue can be sent to NHibernate user group (http://groups.google.com/group/nhusers) and will be greatly appreciated.
Up-to-date source code available at GitHub Website
Website: https://github.com/nhibernate/NHibernate-Caches/
NHibernate is able to use external caching plugins to minimize the access to the database and improve the performance. The NHibernate Contrib contains several packages to work with different caching servers and frameworks. It's recommended to research for a while before deciding which one is better for you, since some providers require installing additional services (which provides an awesome performance, but might be harder to install in some scenarios).
To eliminate the need for a JSON serializer custom registration, CoreDistributedCache now uses a simple object[]
as the cached value instead of a Tuple<string, object>(keyAsString, value)
:
Improvement
Task
CoreDistributedCache now uses a Tuple<string, object>(keyAsString, value)
as the cached value instead of a
Tuple<object, object>(key, value)
:
NHibernate.Caches.Util.JsonSerializer now uses Newtonsoft.Json 13.0.1, up from 10.0.1.
Improvement
Task
New feature
Task
The obsolete Microsoft.Extensions.Caching.Redis dependency has been changed for Microsoft.Extensions.Caching.StackExchangeRedis, in NHibernate.Caches.CoreDistributedCache.Redis
Bug
New feature
Improvement
Task
Re-release in order to have proper release notes in the NuGet packages.
NHibernate 5.2.0 is targeted by all cache providers.
Bug
New feature
Improvement
Task
NHibernate 5.1.0 is targeted by all cache providers.
Bug
New feature
Improvement
Task
NHibernate 5.1.0 is targeted by new cache providers.
Bug
New Feature
Improvement
Bug
Improvement
Bug
New Feature
Improvement
** Improvement * [NHCH-24] - Strong naming and signing assemblies * [NHCH-26] - NHibernate.Caches.Memcached updated to use Enyim.Caching.Memcached * [NHCH-28] - Remove dependency to any logging framework
** Bug * [NHCH-27] - MemCache provider fails to delete item from cache if server is memcached 1.4.4
** Improvement * [NHCH-21] - Allow mnemonic values for priority
** Patch * [NHCH-19] - Duplicate expiration property handling in MemCacheClient * [NHCH-22] - Enable read of cache.default_expiration from NH configuration
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 net461 is compatible. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
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 |
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 | 87,453 | 2/19/2023 | |
5.8.0 | 16,559 | 9/14/2022 | |
5.7.0 | 75,821 | 7/19/2020 | |
5.6.0 | 94,175 | 8/18/2019 | |
5.5.1 | 38,408 | 12/10/2018 | |
5.4.0 | 21,995 | 7/2/2018 | |
5.3.2 | 44,824 | 4/20/2018 | |
5.3.0 | 2,311 | 4/2/2018 | |
5.2.0 | 39,717 | 12/9/2017 | |
5.1.0 | 11,285 | 10/26/2017 | |
5.0.0 | 9,187 | 10/20/2017 | |
5.0.0-Alpha1 | 1,635 | 10/17/2017 | |
4.0.0.4000 | 577,975 | 8/20/2014 | |
3.2.0.4000 | 203,908 | 2/9/2012 |
* Task
* #113 - Tell NuGet about the readme file