Syrilium.Caching
5.2.0
dotnet add package Syrilium.Caching --version 5.2.0
NuGet\Install-Package Syrilium.Caching -Version 5.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="Syrilium.Caching" Version="5.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Syrilium.Caching --version 5.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Syrilium.Caching, 5.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 Syrilium.Caching as a Cake Addin #addin nuget:?package=Syrilium.Caching&version=5.2.0 // Install Syrilium.Caching as a Cake Tool #tool nuget:?package=Syrilium.Caching&version=5.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Easy and seamless caching implementation of any virtual method in any class.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0
- Syrilium.CachingInterface (>= 1.0.0)
- Syrilium.Common (>= 1.0.0)
- Syrilium.CommonInterface (>= 1.0.0)
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 |
---|---|---|
5.2.0 | 147 | 11 days ago |
5.1.2 | 140 | 20 days ago |
5.1.1 | 96 | 22 days ago |
5.1.0 | 92 | 22 days ago |
5.0.2 | 114 | a month ago |
5.0.1 | 89 | a month ago |
5.0.0 | 85 | 2 months ago |
4.3.0 | 106 | 4 months ago |
4.2.0 | 95 | 5 months ago |
4.1.1 | 88 | 5 months ago |
4.1.0 | 131 | 5 months ago |
4.0.1 | 100 | 5 months ago |
4.0.0 | 97 | 5 months ago |
3.0.1 | 103 | 5 months ago |
3.0.0 | 99 | 5 months ago |
2.0.5 | 99 | 5 months ago |
2.0.4 | 94 | 5 months ago |
2.0.2 | 206 | 9/6/2023 |
1.0.6 | 1,100 | 1/16/2019 |
1.0.5.21268 | 790 | 11/20/2018 |
1.0.4.40084 | 1,109 | 4/2/2018 |
1.0.4.2407 | 782 | 11/20/2018 |
1.0.2.34943 | 1,112 | 4/13/2017 |
1.0.2.30077 | 1,041 | 4/4/2017 |
1.0.1.30387 | 3,923 | 2/25/2015 |
1.0.1.22157 | 3,990 | 2/19/2015 |
1.0.0.29743 | 2,643 | 2/18/2015 |
1.0.0.27660 | 3,399 | 2/18/2015 |
1.0.0.21882 | 1,439 | 2/19/2015 |
1.0.0.8 | 751 | 1/16/2019 |
1.0.0.7 | 786 | 1/16/2019 |
1.0.0 | 4,253 | 2/18/2015 |
- config methods accept delegates now: ClearAfter(), IdleReadClearTime(), CacheToFilePath(). Added ability to define them by method call parameters.