Nucleo.Cache.StackExchange
8.0.1
dotnet add package Nucleo.Cache.StackExchange --version 8.0.1
NuGet\Install-Package Nucleo.Cache.StackExchange -Version 8.0.1
<PackageReference Include="Nucleo.Cache.StackExchange" Version="8.0.1" />
paket add Nucleo.Cache.StackExchange --version 8.0.1
#r "nuget: Nucleo.Cache.StackExchange, 8.0.1"
// Install Nucleo.Cache.StackExchange as a Cake Addin #addin nuget:?package=Nucleo.Cache.StackExchange&version=8.0.1 // Install Nucleo.Cache.StackExchange as a Cake Tool #tool nuget:?package=Nucleo.Cache.StackExchange&version=8.0.1
Nucleo.Cache.StackExchange
Welcome to the Nucleo.Cache.StackExchange repository. This project provides caching capabilities using StackExchange.Redis.
Getting Started
To get started with Nucleo.Cache.StackExchange, follow these steps:
Installation: Add the package to your project.
dotnet add package Nucleo.Cache.StackExchange
Configuration: Configure the cache settings in your application.
var cacheOptions = new CacheOptions { ConnectionString = "your_redis_connection_string" };
Usage: Use the cache in your application.
var cache = new StackExchangeCache(cacheOptions); cache.Set("key", "value"); var value = cache.Get("key");
Contributing
We welcome contributions! Please read our contributing guidelines to get started.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contact
For any questions or feedback, please open an issue or contact us at support@nucleo-framework.com.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. |
-
net8.0
- Microsoft.Extensions.Options.ConfigurationExtensions (>= 8.0.0)
- Nucleo.Cache (>= 8.0.1)
- StackExchange.Redis (>= 2.8.16)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.