![]() |
VOOZH | about |
dotnet add package Cross.Cache --version 7.5.1
NuGet\Install-Package Cross.Cache -Version 7.5.1
<PackageReference Include="Cross.Cache" Version="7.5.1" />
<PackageVersion Include="Cross.Cache" Version="7.5.1" />Directory.Packages.props
<PackageReference Include="Cross.Cache" />Project file
paket add Cross.Cache --version 7.5.1
#r "nuget: Cross.Cache, 7.5.1"
#:package Cross.Cache@7.5.1
#addin nuget:?package=Cross.Cache&version=7.5.1Install as a Cake Addin
#tool nuget:?package=Cross.Cache&version=7.5.1Install as a Cake Tool
👁 Nuget
👁 Nuget
👁 Documentation
A flexible and efficient caching library for .NET applications that provides:
This library is designed to provide a robust caching solution for both simple and complex .NET applications, offering flexibility in cache storage choices while maintaining high performance and reliability.
SlidingExpiration from DistributedCacheEntryOptions options| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net7.0 net7.0 is compatible. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 7.5.1 | 151 | 2/24/2026 |
| 7.5.1-preview.4 | 67 | 2/24/2026 |
| 7.5.0 | 503 | 7/27/2025 |
| 7.5.0-preview.6 | 173 | 7/27/2025 |
| 7.5.0-preview.5 | 415 | 7/25/2025 |
| 7.4.0 | 3,662 | 4/21/2025 |
| 7.4.0-preview.9 | 188 | 4/21/2025 |
| 7.4.0-preview.8 | 187 | 4/21/2025 |
| 7.3.1 | 12,527 | 7/19/2024 |
| 7.3.1-preview.4 | 126 | 7/19/2024 |
| 7.3.1-preview.3 | 197 | 7/19/2024 |
| 7.3.1-preview.2 | 118 | 7/19/2024 |
| 7.3.1-preview.1 | 134 | 7/18/2024 |
| 7.3.0 | 10,648 | 6/22/2024 |
| 7.3.0-preview.6 | 135 | 6/22/2024 |
| 7.2.5 | 13,667 | 5/16/2024 |
- Added multi-targeting for net7.0 and net8.0 with aligned package dependencies.
- Improved unit test coverage for caching services, in-memory provider and DI registration.
- Updated build and packaging configuration for better tooling and coverage integration.