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 191 1/12/2024
1.5.4 266 11/4/2023
1.5.3 181 11/4/2023
1.5.2 209 10/30/2023
1.5.2-preview7.0 57 10/30/2023
1.3.4-rc1 155 10/6/2023
1.3.3-rc9 153 9/30/2023
1.3.3-rc8 140 9/29/2023
1.3.3-rc7 141 9/29/2023
1.3.3-rc6 155 9/29/2023
1.3.3-rc5 134 9/29/2023
1.3.3-rc3 136 9/29/2023
1.3.3-rc2 136 9/29/2023
1.3.3-rc10 144 10/6/2023
1.3.3-rc1 134 9/27/2023
1.3.2 197 9/26/2023
1.3.1 190 9/25/2023
1.3.0 180 9/22/2023
1.2.2 193 9/18/2023
1.2.0 173 9/16/2023
1.0.5 262 8/1/2023
1.0.4 170 7/21/2023
1.0.3 211 7/20/2023
1.0.1 182 7/20/2023
1.0.0 227 7/20/2023