fast-cache icon indicating copy to clipboard operation
fast-cache copied to clipboard

The fastest cache library written in C# for items with set expiration time. Easy to use, thread-safe and light on memory.

Results 8 fast-cache issues
Sort by recently updated
recently updated
newest added

It appears that `tests-extra-net48` executed with `dotnet test .\tests\FastCache.CachedTests -c release -f net48` gets stuck at the very last step of test suite execution. The behavior looks like an infinite...

bug
help wanted

Just started using your library and like it a lot. However, found a scenario that I'm not sure how to handle. Environment: We have a number of APIs that service...

question

We have noticed that some times cache key gets stuck in cache for ever like I set expiration = infinite. Helps only restart pod. I am not sure is it...

or do I have to store a NullObject (using the Null Object pattern) ?

Bumps the nuget group with 4 updates in the / directory: [BenchmarkDotNet](https://github.com/dotnet/BenchmarkDotNet), [ZiggyCreatures.FusionCache](https://github.com/ZiggyCreatures/FusionCache), [MinVer](https://github.com/adamralph/minver) and [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest). Updates `BenchmarkDotNet` from 0.13.12 to 0.14.0 Release notes Sourced from BenchmarkDotNet's releases. 0.14.0 Full...

dependencies

Bumps the nuget group with 1 update: [Microsoft.Extensions.Caching.Memory](https://github.com/dotnet/runtime). Updates `Microsoft.Extensions.Caching.Memory` from 9.0.1 to 9.0.2 Release notes Sourced from Microsoft.Extensions.Caching.Memory's releases. .NET 9.0.2 Release What's Changed [release/9.0-staging] Ensure Vector.Create is properly...

dependencies

Updated [Microsoft.Extensions.Caching.Memory](https://github.com/dotnet/dotnet) from 10.0.0 to 10.0.1. Release notes _Sourced from [Microsoft.Extensions.Caching.Memory's releases](https://github.com/dotnet/dotnet/releases)._ No release notes found for this version range. Commits viewable in [compare view](https://github.com/dotnet/dotnet/commits). Updated [MinVer](https://github.com/adamralph/minver) from 6.0.0 to...

dependencies
.NET