-
The `LightCache` class is an abstract class implementing the `ILightCache` interface. Every instance method is an abstract version of the contract of `ILightCache`.
https://github.com/Avanade/Liqui…
-
I have a request for advise in a specific situation.
In our library we have a cache with a GetOrCreate method. This is not an uncommon patterns, see, for instance, [MemoryCache.GetOrCreateAsync](ht…
-
### Run Information
Architecture | x64
-- | --
OS | Windows 10.0.18362
Baseline | [f47c1b500e4cb9895ae5b34c7050c577aa9fb187](https://github.com/dotnet/runtime/commit/f47c1b500e4cb9895ae5b34c7050…
-
[Build](https://mihubot.xyz/runtime-utils/e86eb23af69247e7b212bd6401a2da9d) completed in 29 minutes.
https://github.com/dotnet/runtime/pull/100041
### Diffs
```
Found 311 files with textual diffs.
…
-
### Summary
I spend a lot of time reading machine code generated by the LLVM Wasmer backend and I keep seeing this pattern:
```asm
mov rax,[r15+17A898h] ; read old value, never use it aga…
-
The only way to configure the memory pressure or limits of the System.Runtime.Caching.MemoryCache based handle is via app/web.config.
The implementation already supports named caches, there could be…
-
Added in opossum version 8.2.0, if cacheSize property is not provided to MemoryCache constructor, it will default to 2 ^ 24 - 1, which is 21, because caret (^) operator is bitwise operator, not expone…
-
### Background and motivation
[MemoryCache](https://docs.microsoft.com/en-us/dotnet/api/system.runtime.caching.memorycache?view=dotnet-plat-ext-6.0) is the "standard" way to cache things in .NET, b…
-
## Background and Motivation
The MemoryCache implementation and interface leaves much to be desired. At the core of it, we ideally want to expose something more akin to `ConcurrentDictionary` that …
-
MacOS Catalina 10.15.7.
Attempted launching in Visual Studio and JB Rider – same outcome.
Exception is thrown on line `this.mapMain = new GMap.NET.WindowsForms.GMapControl();`
As far as I see, …