Info
Version: | 1.2.1 |
Author(s): | Shuai Zhang |
Last Update: | Friday, August 22, 2025 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://dev.azure.com/zhangshuai89/Public/_git/OneDotNet |
NuGet Url: | https://www.nuget.org/packages/Memoization.Net |
Install
Install-Package Memoization.Net
dotnet add package Memoization.Net
paket add Memoization.Net
Memoization.Net Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Caching.Abstractions(>= 2.0.0)
- System.ValueTuple(>= 4.4.0)
Tags
Supports multiple cache implementations and provides efficient memory management for function result caching and performance optimization.