Info
| Version: | 1.1.0 |
| Author(s): | Dresel, pergerch |
| Last Update: | Monday, November 30, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/SpatialFocus/MethodCache.Fody |
| NuGet Url: | https://www.nuget.org/packages/SpatialFocus.MethodCache.Fody |
Install
Install-Package SpatialFocus.MethodCache.Fody
dotnet add package SpatialFocus.MethodCache.Fody
paket add SpatialFocus.MethodCache.Fody
SpatialFocus.MethodCache.Fody Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Fody(>= 6.3.0)
- Microsoft.Extensions.Caching.Abstractions(>= 3.1.9)
- Fody(>= 6.3.0)
- Microsoft.Extensions.Caching.Abstractions(>= 3.1.9)
Tags
Caches return values of methods decorated with a [Cache] Attribute. Integrates with the .NET Extension IMemoryCache interface.