PaySimpli.Cache
1.0.6
dotnet add package PaySimpli.Cache --version 1.0.6
NuGet\Install-Package PaySimpli.Cache -Version 1.0.6
<PackageReference Include="PaySimpli.Cache" Version="1.0.6" />
<PackageVersion Include="PaySimpli.Cache" Version="1.0.6" />
<PackageReference Include="PaySimpli.Cache" />
paket add PaySimpli.Cache --version 1.0.6
#r "nuget: PaySimpli.Cache, 1.0.6"
#:package PaySimpli.Cache@1.0.6
#addin nuget:?package=PaySimpli.Cache&version=1.0.6
#tool nuget:?package=PaySimpli.Cache&version=1.0.6
The CacheService class provides a set of methods to interact with a Redis cache using the StackExchange.Redis library. It implements the ICacheService interface and offers functionalities such as adding, retrieving, and removing data from the cache.
Dependencies • StackExchange.Redis: The library used to interact with the Redis cache. • IDatabase: The Redis database instance used for cache operations.
Usage To use the CacheService, instantiate it with an IDatabase instance and call the desired methods to interact with the Redis cache.
| Product | Versions 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 was computed. 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 was computed. 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net6.0
- StackExchange.Redis (>= 2.6.122)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.