![]() |
VOOZH | about |
dotnet add package NHibernate.Caches.SysCache --version 5.9.0
NuGet\Install-Package NHibernate.Caches.SysCache -Version 5.9.0
<PackageReference Include="NHibernate.Caches.SysCache" Version="5.9.0" />
<PackageVersion Include="NHibernate.Caches.SysCache" Version="5.9.0" />Directory.Packages.props
<PackageReference Include="NHibernate.Caches.SysCache" />Project file
paket add NHibernate.Caches.SysCache --version 5.9.0
#r "nuget: NHibernate.Caches.SysCache, 5.9.0"
#:package NHibernate.Caches.SysCache@5.9.0
#addin nuget:?package=NHibernate.Caches.SysCache&version=5.9.0Install as a Cake Addin
#tool nuget:?package=NHibernate.Caches.SysCache&version=5.9.0Install as a Cake Tool
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 3 NuGet packages that depend on NHibernate.Caches.SysCache:
| Package | Downloads |
|---|---|
|
uCommerce
Contains core Ucommerce assemblies alongside all dependencies. Can be used for extension development when a lower level abstraction access is necessary. Use the CMS-specific packages to install Ucommerce into an existing website: "Ucommerce.Sitefinity" or "Ucommerce.Umbraco8". |
|
|
Felice.Data
.net framework that helps you build applications easily |
|
|
vlDaoDatabase
Package description |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 5.9.0 | 403,031 | 2/19/2023 |
| 5.8.0 | 33,773 | 9/14/2022 |
| 5.7.0 | 311,264 | 7/19/2020 |
| 5.6.0 | 115,621 | 8/18/2019 |
| 5.5.1 | 311,571 | 12/10/2018 |
| 5.4.0 | 116,068 | 7/2/2018 |
| 5.3.0 | 119,061 | 4/2/2018 |
| 5.2.0 | 29,469 | 12/9/2017 |
| 5.1.0 | 47,867 | 10/26/2017 |
| 5.0.0 | 6,536 | 10/20/2017 |
| 5.0.0-Alpha1 | 1,450 | 10/17/2017 |
| 4.0.0.4000 | 591,350 | 8/20/2014 |
| 3.3.3.4000 | 301,624 | 5/9/2013 |
| 3.3.2.4000 | 21,454 | 2/25/2013 |
| 3.2.0.4000 | 68,945 | 2/9/2012 |
* Task
* #113 - Tell NuGet about the readme file