MammothCache.Redis
1.0.1
See the version list below for details.
dotnet add package MammothCache.Redis --version 1.0.1
NuGet\Install-Package MammothCache.Redis -Version 1.0.1
<PackageReference Include="MammothCache.Redis" Version="1.0.1" />
paket add MammothCache.Redis --version 1.0.1
#r "nuget: MammothCache.Redis, 1.0.1"
// Install MammothCache.Redis as a Cake Addin #addin nuget:?package=MammothCache.Redis&version=1.0.1 // Install MammothCache.Redis as a Cake Tool #tool nuget:?package=MammothCache.Redis&version=1.0.1
MammotCache
A caching library that provides mammoth-sized caching capabilities, just like the extinct mammoth.
More seriously though, this library is mostly a decorator that wraps existing caching frameworks and exposes a single API.
About this project
This project provides a framework agnostic ICache
interface which contains a set of methods such as Set<T>
and Get<T>
. The project also includes implementations of the ICache
, such as the InMemoryCache
class.
The primary goal of this project is to decorate existing caching frameworks and abstract the underlying implementations, which may vary greatly. For instance, during development, you may want to use an in-memory cache. However, this rarely suffices for production purposes, where you might want to consider Redis, just to name one.
Without having to redesign the application, you can create a wrapper of your preferred caching framework and inject it into the application with the ICache
interface.
Installation
Use the base package to use throughout your application:
dotnet add package MammothCache
In the startup class of your application, add any of the following packages:
- MammothCache.InMemory
- MammotCache.Redis
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.
License
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
- MammothCache (>= 1.0.0)
- 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.
Version | Downloads | Last updated |
---|---|---|
1.0.2 | 257 | 10/17/2024 |
1.0.1 | 597 | 9/26/2024 |
0.0.1-alpha.7 | 1,945 | 10/11/2023 |
0.0.1-alpha.5 | 5,049 | 3/14/2023 |
0.0.1-alpha.4 | 93 | 3/14/2023 |
0.0.1-alpha.3 | 97 | 3/14/2023 |
0.0.1-alpha.2 | 108 | 3/13/2023 |
0.0.1-alpha.1 | 146 | 3/5/2023 |