-
### Is your feature request related to a new game or help the app to be better? Please describe the feature.
Microsoft released a new package which is a combination of MemoryCache and DistributedCa…
-
### Type of issue
Missing information
### Description
There is no description of what this `Compact()` method does, why to use it, and when to use it.
### Page URL
https://learn.microsoft.com/en-…
-
### Description
The stats provided by [MemoryCache](https://github.com/dotnet/runtime/blob/main/src/libraries/Microsoft.Extensions.Caching.Memory/src/MemoryCache.cs) might randomly decrease for a s…
-
## Problem
One of the most [requested features](https://github.com/ZiggyCreatures/FusionCache/discussions/61) for FusionCache has always been a `Clear()` mechanism.
The reason why it has always …
-
In #5651 we've added Store's Guava KMP port to minimize lock contention with the memory cache. However we needed 2 changes: having the Wasm target setup, and a `getAllPresent()` API. We've opened PRs …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
I would like to suggest adding a Ge…
-
### Description
Add a class that handles open/half-open/close state for a simple CircuitBreaker.
This class depends upon #84 to manage state
- The settings/options should be configured by the c…
-
request for memory cache.
if key is present in memory, serve it from, memory else call storage (cookie/db).
when set a key save to memory and local storage.
this is the only think that this class …
gimox updated
9 years ago
-
### Background and motivation
This is a duplicate of https://github.com/dotnet/aspnetcore/issues/56754 which I believe is in the wrong repo.
---
Are there any plans to implement a sliding expiratio…
-
Since the migration from Apollo 2 .5.11 to Apollo 3.1.0, many users are getting SQLiteBlobTooBigException when executing queries.
I didn't found any scenarios to reproduce the issue and users get the…