ViazyNetCore.Caching 1.6.1

dotnet add package ViazyNetCore.Caching --version 1.6.1                
NuGet\Install-Package ViazyNetCore.Caching -Version 1.6.1                
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="ViazyNetCore.Caching" Version="1.6.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ViazyNetCore.Caching --version 1.6.1                
#r "nuget: ViazyNetCore.Caching, 1.6.1"                
#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 ViazyNetCore.Caching as a Cake Addin
#addin nuget:?package=ViazyNetCore.Caching&version=1.6.1

// Install ViazyNetCore.Caching as a Cake Tool
#tool nuget:?package=ViazyNetCore.Caching&version=1.6.1                

About

ViazyNetCore.Caching 是基于缓存的应用,支持二级缓存;

How to Use

builder.Services.AddCaching()
    .UseDistributedMemoryCache();

使用 StackExchange.Redis

dotnet add package ViazyNetCore.Redis
builder.Services.AddCaching()
  .UseStackExchangeRedisCaching(options =>
    {
        options.ConfigurationOptions = new StackExchange.Redis.ConfigurationOptions
        {
            EndPoints =
            {
                { redisConfig.Host, redisConfig.Port }
            },
            Password = redisConfig.Password,
        };
    })

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows 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 ViazyNetCore.Caching:

Package Downloads
ViazyNetCore.MultiTenancy

Package Description

ViazyNetCore.Auth

Package Description

ViazyNetCore.Redis

Package Description

ViazyNetCore.CmsKit.Domain

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.6.1 252 1/12/2024
1.5.4 322 11/4/2023
1.5.3 246 11/4/2023
1.5.2 271 10/30/2023
1.5.2-preview7.0 66 10/30/2023
1.3.4-rc1 204 10/6/2023
1.3.3-rc9 215 9/30/2023
1.3.3-rc8 195 9/29/2023
1.3.3-rc7 194 9/29/2023
1.3.3-rc6 207 9/29/2023
1.3.3-rc5 197 9/29/2023
1.3.3-rc3 192 9/29/2023
1.3.3-rc2 192 9/29/2023
1.3.3-rc10 210 10/6/2023
1.3.3-rc1 188 9/27/2023
1.3.2 272 9/26/2023
1.3.1 244 9/25/2023
1.3.0 235 9/22/2023
1.2.2 254 9/18/2023
1.2.0 219 9/16/2023
1.0.5 316 8/1/2023
1.0.4 196 7/21/2023
1.0.3 256 7/20/2023
1.0.1 222 7/20/2023
1.0.0 269 7/20/2023