Aop.Cache 3.2.0

dotnet add package Aop.Cache --version 3.2.0
NuGet\Install-Package Aop.Cache -Version 3.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Aop.Cache" Version="3.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Aop.Cache --version 3.2.0
#r "nuget: Aop.Cache, 3.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 431 3/9/2023
3.1.3 354 2/17/2023
3.1.2 219 2/17/2023
3.1.1 449 6/23/2022
3.1.0 442 3/28/2022
3.1.0-alpha 174 3/28/2022
3.0.0 420 3/23/2022
3.0.0-alpha 159 3/23/2022
2.0.1 896 6/26/2019
2.0.0 610 2/28/2019
1.5.0 639 2/17/2019
1.4.0 635 2/16/2019
1.3.0 615 2/12/2019
1.2.0 666 2/7/2019
1.1.0 638 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)