Aop.Cache
3.2.0
dotnet add package Aop.Cache --version 3.2.0
NuGet\Install-Package Aop.Cache -Version 3.2.0
<PackageReference Include="Aop.Cache" Version="3.2.0" />
paket add Aop.Cache --version 3.2.0
#r "nuget: Aop.Cache, 3.2.0"
// Install Aop.Cache as a Cake Addin #addin nuget:?package=Aop.Cache&version=3.2.0 // Install Aop.Cache as a Cake Tool #tool nuget:?package=Aop.Cache&version=3.2.0
Simple library for aspect oriented caching.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Castle.Core (>= 5.0.0)
- Microsoft.Extensions.Caching.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Caching.Memory (>= 6.0.1)
- Newtonsoft.Json (>= 13.0.1)
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 |
---|---|---|
3.2.0 | 845 | 3/9/2023 |
3.1.3 | 400 | 2/17/2023 |
3.1.2 | 247 | 2/17/2023 |
3.1.1 | 478 | 6/23/2022 |
3.1.0 | 470 | 3/28/2022 |
3.1.0-alpha | 205 | 3/28/2022 |
3.0.0 | 455 | 3/23/2022 |
3.0.0-alpha | 184 | 3/23/2022 |
2.0.1 | 907 | 6/26/2019 |
2.0.0 | 636 | 2/28/2019 |
1.5.0 | 667 | 2/17/2019 |
1.4.0 | 665 | 2/16/2019 |
1.3.0 | 643 | 2/12/2019 |
1.2.0 | 690 | 2/7/2019 |
1.1.0 | 667 | 2/4/2019 |
[1.1.0] Initial release
[1.2.0] Support for MemberExpression (property getters)
[1.3.0] Support for instance centric caching
[1.4.0] Per method caching now supports asynchronous methods
[1.5.0] Per instance caching now supports asynchronous methods.
[2.0.0] Separated configuration and instantiation to allow for better lifetime management (BREAKING CHANGE!)
[2.0.1] Better support for concurrency
[3.0.0] Support native MS caching providers (BREAKING CHANGE!)
[3.1.0] Support It.IsIgnored and exception caching
[3.1.1] Update dependencies, notably NewtonSoft which Dependabot found problematic
[3.1.2] Detect exceptions on pending tasks and throw accordingly
[3.1.3] Better implementation for asynchronous task exception handling
[3.2.0] Add support for cache exclusion delegates (per method only)