NHibernate.Caches.CoreDistributedCache.Memory
5.7.0
Memory cache provider for NHibernate using .Net Core IDistributedCache (Microsoft.Extensions.Caching.Memory).
Meant for testing purpose, consider NHibernate.Caches.CoreMemoryCache for other usages.
Install-Package NHibernate.Caches.CoreDistributedCache.Memory -Version 5.7.0
dotnet add package NHibernate.Caches.CoreDistributedCache.Memory --version 5.7.0
<PackageReference Include="NHibernate.Caches.CoreDistributedCache.Memory" Version="5.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NHibernate.Caches.CoreDistributedCache.Memory --version 5.7.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
* New Feature
* #83 Add support for custom serializer in CoreDistributedCache
* #79 Allow replacing ConfigurationManager for reading values
* Task
* #86 Update SourceLink package to its release version
Dependencies
-
.NETFramework 4.6.1
- Microsoft.Extensions.Caching.Memory (>= 2.0.0)
- NHibernate.Caches.CoreDistributedCache (>= 5.7.0)
-
.NETStandard 2.0
- Microsoft.Extensions.Caching.Memory (>= 2.0.0)
- NHibernate.Caches.CoreDistributedCache (>= 5.7.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.