VOOZH about

URL: https://www.nuget.org/packages/Hexalith.KeyValueStorages.Abstractions/

⇱ NuGet Gallery | Hexalith.KeyValueStorages.Abstractions 2.1.2




Hexalith.KeyValueStorages.Abstractions 2.1.2

dotnet add package Hexalith.KeyValueStorages.Abstractions --version 2.1.2
 
 
NuGet\Install-Package Hexalith.KeyValueStorages.Abstractions -Version 2.1.2
 
 
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="Hexalith.KeyValueStorages.Abstractions" Version="2.1.2" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Hexalith.KeyValueStorages.Abstractions" Version="2.1.2" />
 
Directory.Packages.props
<PackageReference Include="Hexalith.KeyValueStorages.Abstractions" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Hexalith.KeyValueStorages.Abstractions --version 2.1.2
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Hexalith.KeyValueStorages.Abstractions, 2.1.2"
 
 
#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.
#:package Hexalith.KeyValueStorages.Abstractions@2.1.2
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Hexalith.KeyValueStorages.Abstractions&version=2.1.2
 
Install as a Cake Addin
#tool nuget:?package=Hexalith.KeyValueStorages.Abstractions&version=2.1.2
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

Hexalith Key/Value Storages Abstractions

Overview

The Hexalith.KeyValueStorages.Abstractions package provides the core interfaces and abstractions for implementing key/value storage solutions in the Hexalith ecosystem. It defines a common contract that different storage implementations must follow, ensuring consistency and interoperability across various storage providers.

Purpose

This abstraction layer serves several key purposes:

  • Defines a standardized interface for key/value storage operations
  • Enables storage provider independence through abstraction
  • Facilitates easy switching between different storage implementations
  • Provides a foundation for building storage-agnostic applications

Getting Started

Prerequisites

  • .NET 9 SDK or later
  • A compatible storage implementation package

Installation

Add the package to your project:

dotnet add package Hexalith.KeyValueStorages.Abstractions

Basic Usage

// Inject the storage interface
IKeyValueStorage storage = // ... storage implementation

// Store a value
await storage.SetAsync("myKey", "myValue");

// Retrieve a value
string value = await storage.GetAsync<string>("myKey");

// Check if key exists
bool exists = await storage.ExistsAsync("myKey");

// Remove a value
await storage.RemoveAsync("myKey");

Learn More

Product Versions Compatible and additional computed target framework versions.
.NET net9.0 net9.0 is compatible.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.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 Hexalith.KeyValueStorages.Abstractions:

Package Downloads
Hexalith.KeyValueStorages

Hexalith KeyValueStorages utilities and helpers

Hexalith.KeyValueStorages.Files

Hexalith KeyValueStorages utilities and helpers

Hexalith.KeyValueStorages.DaprComponents

Hexalith KeyValueStorages utilities and helpers

Hexalith.EventStores

Hexalith EventStores utilities and helpers

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.1.2 294 4/12/2025
2.1.1 272 4/11/2025
2.1.0 266 4/11/2025
2.0.2 282 4/10/2025
2.0.1 259 4/10/2025
2.0.0 290 4/10/2025
1.6.0 272 4/9/2025
1.5.0 284 4/8/2025
1.4.2 280 4/8/2025
1.4.1 281 4/7/2025
1.4.0 266 4/7/2025
1.3.2 264 4/6/2025
1.3.1 270 4/6/2025
1.3.0 272 4/6/2025
1.2.0 269 4/6/2025
1.1.0 211 4/4/2025
1.0.0 221 4/4/2025