MX.Caching.Testing
0.1.10
dotnet add package MX.Caching.Testing --version 0.1.10
NuGet\Install-Package MX.Caching.Testing -Version 0.1.10
<PackageReference Include="MX.Caching.Testing" Version="0.1.10" />
<PackageVersion Include="MX.Caching.Testing" Version="0.1.10" />
<PackageReference Include="MX.Caching.Testing" />
paket add MX.Caching.Testing --version 0.1.10
#r "nuget: MX.Caching.Testing, 0.1.10"
#:package MX.Caching.Testing@0.1.10
#addin nuget:?package=MX.Caching.Testing&version=0.1.10
#tool nuget:?package=MX.Caching.Testing&version=0.1.10
MX.Caching.Testing
Testing helpers for MX caching consumers.
FakeMxCache is a deterministic, in-memory IMxCache implementation for consumer tests. It records operations through Invocations, supports key and tag removal, and only invokes read-through factories on cache misses.
The fake stores values only for enabled policies with an active cache tier and a positive TTL. It intentionally does not simulate expiry or distributed-cache behavior; cover those concerns with integration tests against the production cache backend.
| 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. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- MX.Caching.Abstractions (>= 0.1.10)
-
net9.0
- MX.Caching.Abstractions (>= 0.1.10)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.