-
Could you add method that retrieves all cache keys for current instance?
-
This is a follow up to https://github.com/dotnet/performance/pull/438 and to my today's conversation with @stephentoub
As of today, the [MicroBenchmarks.csproj](https://github.com/dotnet/performan…
-
how caching data use odata ? memorycache or redis
-
### Include your code
I'm trying to reproduce locally but this issue is currently only happening in our production environment. It is rare but comes up every few minutes on the couple endpoints tha…
-
## Required Information
* [ ] AEM Version, including Service Packs, Cumulative Fix Packs, etc: NA
* [ ] ACS AEM Commons Version: 4.3.2 (All versions)
* [ ] Reproducible on Latest? yes
### Ex…
-
### Description
MemoryCache is using .Values from its internal concurrent dictionary to enumerate its values when doing a scan for expiring entries:
```csharp
private static void ScanFo…
-
My Orleans service will have 5,000 handles in a moment. Is this normal? Sometimes more than 10,000. Who knows what this is about?
-
![image](https://user-images.githubusercontent.com/3191545/121486568-d6a85200-ca03-11eb-9ef5-5515d19a1fdc.png)
Alloc cache is full!!!!!!!! anr.pls
-
Add caching (hardcode params for now - Will need to be addressed and moved somewhere configurable )
Unit test new use cases saving on Api to avoid future bug
-
I have a simple cache with string value and noticed that function `TMemoryCache.GetValue(const aKey: string): T` always returns empty string. This is because it never sets any Result. I suppose this w…