Anexia.Caching.GlobalCache
0.2.4
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Anexia.Caching.GlobalCache --version 0.2.4
NuGet\Install-Package Anexia.Caching.GlobalCache -Version 0.2.4
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="Anexia.Caching.GlobalCache" Version="0.2.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Anexia.Caching.GlobalCache --version 0.2.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Anexia.Caching.GlobalCache, 0.2.4"
#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 Anexia.Caching.GlobalCache as a Cake Addin #addin nuget:?package=Anexia.Caching.GlobalCache&version=0.2.4 // Install Anexia.Caching.GlobalCache as a Cake Tool #tool nuget:?package=Anexia.Caching.GlobalCache&version=0.2.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Anexia Caching
Package with wrapper arround MemoryCache with specified functions to get/set, cache objects.
Installation and configuration
Install the package via NuGet: "Anexia.Caching.GlobalCache"
protected void Application_Start()
{
BaseCache<object> bsCache = new BaseCache<object>();
bsCache.Insert("key as object", "value as object",
DateTime.UtcNow.AddMinutes(15));
}
Usage
It's a threadsafe implementation for Caching with .Net Standard 2.1. Used every possible application needed.
List of developers
- Alex Peruzzi <APeruzzi@anexia-it>
- Joachim Eckerl JEckerl@anexia-it.com
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.1
- Microsoft.Extensions.Caching.Memory (>= 5.0.0)
- Microsoft.Extensions.Caching.StackExchangeRedis (>= 5.0.1)
- Microsoft.Extensions.Configuration (>= 5.0.0)
- Microsoft.Extensions.Configuration.Abstractions (>= 5.0.0)
- Microsoft.Extensions.Configuration.Json (>= 5.0.0)
- Newtonsoft.Json (>= 12.0.3)
- Newtonsoft.Json.Bson (>= 1.0.2)
- StackExchange.Redis (>= 2.2.4)
- System.Text.Json (>= 5.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 |
---|---|---|
0.3.4 | 2,454 | 7/20/2023 |
0.3.3 | 155 | 7/20/2023 |
0.3.2 | 156 | 7/20/2023 |
0.3.1 | 168 | 7/14/2023 |
0.3.0 | 164 | 7/14/2023 |
0.2.12 | 13,290 | 5/13/2022 |
0.2.11 | 794 | 5/9/2022 |
0.2.10 | 439 | 5/5/2022 |
0.2.9 | 426 | 5/5/2022 |
0.2.8 | 3,488 | 2/15/2022 |
0.2.7 | 472 | 11/22/2021 |
0.2.6 | 1,716 | 9/30/2021 |
0.2.5 | 1,008 | 6/18/2021 |
0.2.4 | 2,290 | 2/18/2021 |
0.2.3 | 431 | 2/17/2021 |
0.2.2 | 645 | 2/4/2021 |
0.2.1 | 475 | 1/13/2021 |
0.1.0 | 1,857 | 5/12/2020 |