Aop.Cache
3.1.0
See the version list below for details.
dotnet add package Aop.Cache --version 3.1.0
NuGet\Install-Package Aop.Cache -Version 3.1.0
<PackageReference Include="Aop.Cache" Version="3.1.0" />
paket add Aop.Cache --version 3.1.0
#r "nuget: Aop.Cache, 3.1.0"
// Install Aop.Cache as a Cake Addin #addin nuget:?package=Aop.Cache&version=3.1.0 // Install Aop.Cache as a Cake Tool #tool nuget:?package=Aop.Cache&version=3.1.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. 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. |
.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 (>= 4.4.1)
- Microsoft.Extensions.Caching.Abstractions (>= 6.0.0)
- Microsoft.Extensions.Caching.Memory (>= 6.0.1)
- Newtonsoft.Json (>= 12.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 | 970 | 3/9/2023 |
3.1.3 | 422 | 2/17/2023 |
3.1.2 | 253 | 2/17/2023 |
3.1.1 | 486 | 6/23/2022 |
3.1.0 | 481 | 3/28/2022 |
3.1.0-alpha | 212 | 3/28/2022 |
3.0.0 | 463 | 3/23/2022 |
3.0.0-alpha | 188 | 3/23/2022 |
2.0.1 | 915 | 6/26/2019 |
2.0.0 | 644 | 2/28/2019 |
1.5.0 | 676 | 2/17/2019 |
1.4.0 | 673 | 2/16/2019 |
1.3.0 | 652 | 2/12/2019 |
1.2.0 | 702 | 2/7/2019 |
1.1.0 | 675 | 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