NHibernate.Caches.CoreDistributedCache
5.7.0
Cache provider for NHibernate using .Net Core IDistributedCache (Microsoft.Extensions.Caching.Abstractions).
This provider is not bound to a specific implementation and require a cache factory yielding IDistributedCache implementations.
Install-Package NHibernate.Caches.CoreDistributedCache -Version 5.7.0
dotnet add package NHibernate.Caches.CoreDistributedCache --version 5.7.0
<PackageReference Include="NHibernate.Caches.CoreDistributedCache" 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 --version 5.7.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: NHibernate.Caches.CoreDistributedCache, 5.7.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
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.Abstractions (>= 2.0.0)
- NHibernate (>= 5.2.0)
- NHibernate.Caches.Common (>= 5.7.0)
-
.NETStandard 2.0
- Microsoft.Extensions.Caching.Abstractions (>= 2.0.0)
- NHibernate (>= 5.2.0)
- NHibernate.Caches.Common (>= 5.7.0)
Used By
NuGet packages (4)
Showing the top 4 NuGet packages that depend on NHibernate.Caches.CoreDistributedCache:
Package | Downloads |
---|---|
NHibernate.Caches.CoreDistributedCache.Redis
Redis cache provider for NHibernate using .Net Core IDistributedCache (Microsoft.Extensions.Caching.Redis).
Consider using NHibernate.Caches.StackExchangeRedis instead: IDistributedCache contract limits the Redis features we can use.
|
|
NHibernate.Caches.CoreDistributedCache.SqlServer
SQL Server cache provider for NHibernate using .Net Core IDistributedCache (Microsoft.Extensions.Caching.SqlServer).
|
|
NHibernate.Caches.CoreDistributedCache.Memory
Memory cache provider for NHibernate using .Net Core IDistributedCache (Microsoft.Extensions.Caching.Memory).
Meant for testing purpose, consider NHibernate.Caches.CoreMemoryCache for other usages.
|
|
NHibernate.Caches.CoreDistributedCache.Memcached
Memcached cache provider for NHibernate using .Net Core IDistributedCache (EnyimMemcachedCore).
|
GitHub repositories
This package is not used by any popular GitHub repositories.