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 4 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...

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...